File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff 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- © 2003–2020 WordPress Foundation< br >
35+ © 2003–2021 WordPress Foundation< br >
3636 Licensed under the GNU GPLv2+ License.
3737 HTML
3838
You can’t perform that action at this time.
0 commit comments