Bundled Themes: Update copyright year in `readme.txt`.
Add a unit test to ensure the year stays up to date. Extends [46721] to 2020 and the 5.3 branch. Fixes #48566. Built from https://develop.svn.wordpress.org/branches/5.3@47629 git-svn-id: http://core.svn.wordpress.org/branches/5.3@47404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b3d7e737ab
commit
5dee0c5fa4
|
@ -1,6 +1,6 @@
|
|||
WordPress - Web publishing software
|
||||
|
||||
Copyright 2011-2019 by the contributors
|
||||
Copyright 2011-2020 by the contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -22,7 +22,7 @@ For more information about Twenty Eleven please go to https://codex.wordpress.or
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Eleven WordPress Theme, Copyright 2011-2019 WordPress.org & Automattic.com
|
||||
Twenty Eleven WordPress Theme, Copyright 2011-2020 WordPress.org & Automattic.com
|
||||
Twenty Eleven is Distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -30,7 +30,7 @@ For more information about Twenty Fifteen please go to https://wordpress.org/sup
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Fifteen WordPress Theme, Copyright 2014-2019 WordPress.org & Automattic.com
|
||||
Twenty Fifteen WordPress Theme, Copyright 2014-2020 WordPress.org & Automattic.com
|
||||
Twenty Fifteen is distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -22,7 +22,7 @@ For more information about Twenty Fourteen please go to https://codex.wordpress.
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Fourteen WordPress Theme, Copyright 2013-2019 WordPress.org & Automattic.com
|
||||
Twenty Fourteen WordPress Theme, Copyright 2013-2020 WordPress.org & Automattic.com
|
||||
Twenty Fourteen is Distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -24,7 +24,7 @@ For more information about Twenty Nineteen please go to https://wordpress.org/su
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Nineteen WordPress Theme, Copyright 2018-2019 WordPress.org
|
||||
Twenty Nineteen WordPress Theme, Copyright 2018-2020asdf WordPress.org
|
||||
Twenty Nineteen is distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -22,7 +22,7 @@ For more information about Twenty Seventeen please go to https://wordpress.org/s
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Seventeen WordPress Theme, Copyright 2016-2019 WordPress.org
|
||||
Twenty Seventeen WordPress Theme, Copyright 2016-2020 WordPress.org
|
||||
Twenty Seventeen is distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -28,7 +28,7 @@ For more information about Twenty Sixteen please go to https://wordpress.org/sup
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Sixteen WordPress Theme, Copyright 2014-2019 WordPress.org
|
||||
Twenty Sixteen WordPress Theme, Copyright 2014-2020 WordPress.org
|
||||
Twenty Sixteen is distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -21,7 +21,7 @@ For more information about Twenty Ten theme please go to https://codex.wordpress
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Ten WordPress Theme, Copyright 2010-2019 WordPress.org & Automattic.com
|
||||
Twenty Ten WordPress Theme, Copyright 2010-2020 WordPress.org & Automattic.com
|
||||
Twenty Ten is Distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -21,7 +21,7 @@ For more information about Twenty Thirteen please go to https://codex.wordpress.
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Thirteen WordPress Theme, Copyright 2013-2019 WordPress.org & Automattic.com
|
||||
Twenty Thirteen WordPress Theme, Copyright 2013-2020 WordPress.org & Automattic.com
|
||||
Twenty Thirteen is Distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -21,7 +21,7 @@ For more information about Twenty Twelve please go to https://codex.wordpress.or
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Twelve WordPress Theme, Copyright 2012-2019 WordPress.org & Automattic.com
|
||||
Twenty Twelve WordPress Theme, Copyright 2012-2020 WordPress.org & Automattic.com
|
||||
Twenty Twelve is Distributed under the terms of the GNU GPL
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -34,7 +34,7 @@ Initial release
|
|||
|
||||
== Copyright ==
|
||||
|
||||
Twenty Twenty WordPress Theme, Copyright 2019 WordPress.org
|
||||
Twenty Twenty WordPress Theme, Copyright 2020 WordPress.org
|
||||
Twenty Twenty is distributed under the terms of the GNU GPL.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3.3-alpha-47419';
|
||||
$wp_version = '5.3.3-alpha-47629';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue