Happy New Year!

Update copyright year to 2020 in bundled themes' `readme.txt`.
Built from https://develop.svn.wordpress.org/trunk@47026


git-svn-id: http://core.svn.wordpress.org/trunk@46826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-01 03:53:01 +00:00
parent c856ffcd0a
commit 3fe8bdfca7
11 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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-2020 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -34,7 +34,7 @@ Initial release
== Copyright ==
Twenty Twenty WordPress Theme, Copyright 2019 WordPress.org
Twenty Twenty WordPress Theme, Copyright 2019-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
@ -78,7 +78,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
Source: WordPress Social Link Block (See wp-includes\blocks\social-link.php)
Code from Twenty Nineteen
Copyright (c) 2018-2019 WordPress.org
Copyright (c) 2018-2020 WordPress.org
License: GPLv2
Source: https://wordpress.org/themes/twentynineteen/
Included as part of the following classes and functions:
@ -88,7 +88,7 @@ Included as part of the following classes and functions:
- twentytwenty_nav_menu_social_icons()
Code from Twenty Seventeen
Copyright (c) 2016-2019 WordPress.org
Copyright (c) 2016-2020 WordPress.org
License: GPLv2
Source: https://wordpress.org/themes/twentyseventeen/
Included as part of the following classes and functions:

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47025';
$wp_version = '5.4-alpha-47026';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.