Skip to content

Commit

Permalink
Update WordPress documentation (5.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Mar 11, 2021
1 parent 7a10bd4 commit 006b12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/javascripts/templates/pages/about_tmpl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
], [
Expand Down
4 changes: 2 additions & 2 deletions lib/docs/scrapers/wordpress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -32,7 +32,7 @@ class Wordpress < UrlScraper
]

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

Expand Down

0 comments on commit 006b12d

Please sign in to comment.