File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -863,7 +863,7 @@ credits = [
863
863
' https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
864
864
], [
865
865
' Wordpress' ,
866
- ' 2003-2020 WordPress Foundation' ,
866
+ ' 2003-2021 WordPress Foundation' ,
867
867
' GPLv2+' ,
868
868
' https://wordpress.org/about/license/'
869
869
], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
2
2
class Wordpress < UrlScraper
3
3
self . name = 'WordPress'
4
4
self . type = 'wordpress'
5
- self . release = '5.6 '
5
+ self . release = '5.7 '
6
6
self . base_url = 'https://developer.wordpress.org/reference/'
7
7
self . initial_paths = %w(
8
8
functions/
@@ -32,7 +32,7 @@ class Wordpress < UrlScraper
32
32
]
33
33
34
34
options [ :attribution ] = <<-HTML
35
- © 2003–2020 WordPress Foundation< br >
35
+ © 2003–2021 WordPress Foundation< br >
36
36
Licensed under the GNU GPLv2+ License.
37
37
HTML
38
38
You can’t perform that action at this time.
0 commit comments