mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update WordPress documentation (5.6)
This commit is contained in:
parent
db83ad79fb
commit
7b336a2fb8
2 changed files with 3 additions and 3 deletions
|
@ -853,7 +853,7 @@ credits = [
|
|||
'https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
|
||||
], [
|
||||
'Wordpress',
|
||||
'2003-2019 WordPress Foundation',
|
||||
'2003-2020 WordPress Foundation',
|
||||
'GPLv2+',
|
||||
'https://wordpress.org/about/license/'
|
||||
], [
|
||||
|
|
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Wordpress < UrlScraper
|
||||
self.name = 'WordPress'
|
||||
self.type = 'wordpress'
|
||||
self.release = '5.5.3'
|
||||
self.release = '5.6'
|
||||
self.base_url = 'https://developer.wordpress.org/reference/'
|
||||
self.initial_paths = %w(
|
||||
functions/
|
||||
|
@ -32,7 +32,7 @@ module Docs
|
|||
]
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2003–2019 WordPress Foundation<br>
|
||||
© 2003–2020 WordPress Foundation<br>
|
||||
Licensed under the GNU GPLv2+ License.
|
||||
HTML
|
||||
|
||||
|
|
Loading…
Reference in a new issue