Update WordPress documentation (5.7)

pull/1500/head
Simon Legner 4 years ago
parent 7a10bd4e7d
commit 006b12dc2d

@ -863,7 +863,7 @@ credits = [
'https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
], [
'Wordpress',
'2003-2020 WordPress Foundation',
'2003-2021 WordPress Foundation',
'GPLv2+',
'https://wordpress.org/about/license/'
], [

@ -2,7 +2,7 @@ module Docs
class Wordpress < UrlScraper
self.name = 'WordPress'
self.type = 'wordpress'
self.release = '5.6'
self.release = '5.7'
self.base_url = 'https://developer.wordpress.org/reference/'
self.initial_paths = %w(
functions/
@ -32,7 +32,7 @@ module Docs
]
options[:attribution] = <<-HTML
&copy; 2003&ndash;2020 WordPress Foundation<br>
&copy; 2003&ndash;2021 WordPress Foundation<br>
Licensed under the GNU GPLv2+ License.
HTML

Loading…
Cancel
Save