Update WordPress documentation (5.9)

pull/1699/head
Simon Legner 3 years ago
parent cc2e55841a
commit 8acd907968

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

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

Loading…
Cancel
Save