Skip to content

Commit 006b12d

Browse files
committed
Update WordPress documentation (5.7)
1 parent 7a10bd4 commit 006b12d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ credits = [
863863
'https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
864864
], [
865865
'Wordpress',
866-
'2003-2020 WordPress Foundation',
866+
'2003-2021 WordPress Foundation',
867867
'GPLv2+',
868868
'https://wordpress.org/about/license/'
869869
], [

lib/docs/scrapers/wordpress.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Wordpress < UrlScraper
33
self.name = 'WordPress'
44
self.type = 'wordpress'
5-
self.release = '5.6'
5+
self.release = '5.7'
66
self.base_url = 'https://developer.wordpress.org/reference/'
77
self.initial_paths = %w(
88
functions/
@@ -32,7 +32,7 @@ class Wordpress < UrlScraper
3232
]
3333

3434
options[:attribution] = <<-HTML
35-
&copy; 2003&ndash;2020 WordPress Foundation<br>
35+
&copy; 2003&ndash;2021 WordPress Foundation<br>
3636
Licensed under the GNU GPLv2+ License.
3737
HTML
3838

0 commit comments

Comments
 (0)