Changeset 46721 for branches/5.3
- Timestamp:
- 11/12/2019 06:04:34 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 14 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 46719-46720
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-content/themes/twentyeleven/readme.txt
r46699 r46721 23 23 == Copyright == 24 24 25 Twenty Eleven WordPress Theme, Copyright 2011-201 8WordPress.org & Automattic.com25 Twenty Eleven WordPress Theme, Copyright 2011-2019 WordPress.org & Automattic.com 26 26 Twenty Eleven is Distributed under the terms of the GNU GPL 27 27 -
branches/5.3/src/wp-content/themes/twentyfifteen/readme.txt
r46699 r46721 31 31 == Copyright == 32 32 33 Twenty Fifteen WordPress Theme, Copyright 2014-201 8WordPress.org & Automattic.com33 Twenty Fifteen WordPress Theme, Copyright 2014-2019 WordPress.org & Automattic.com 34 34 Twenty Fifteen is distributed under the terms of the GNU GPL 35 35 -
branches/5.3/src/wp-content/themes/twentyfourteen/readme.txt
r46699 r46721 23 23 == Copyright == 24 24 25 Twenty Fourteen WordPress Theme, Copyright 2013-201 8WordPress.org & Automattic.com25 Twenty Fourteen WordPress Theme, Copyright 2013-2019 WordPress.org & Automattic.com 26 26 Twenty Fourteen is Distributed under the terms of the GNU GPL 27 27 -
branches/5.3/src/wp-content/themes/twentynineteen/readme.txt
r46699 r46721 25 25 == Copyright == 26 26 27 Twenty Nineteen WordPress Theme, Copyright 2018 WordPress.org27 Twenty Nineteen WordPress Theme, Copyright 2018-2019 WordPress.org 28 28 Twenty Nineteen is distributed under the terms of the GNU GPL 29 29 … … 67 67 == Resources == 68 68 * normalize.css, © 2012-2018 Nicolas Gallagher and Jonathan Neal, MIT 69 * Underscores, © 2012-201 8Automattic, Inc., GNU GPL v2 or later69 * Underscores, © 2012-2019 Automattic, Inc., GNU GPL v2 or later -
branches/5.3/src/wp-content/themes/twentynineteen/style-rtl.css
r46699 r46721 17 17 Use it to make something cool, have fun, and share what you've learned with others. 18 18 19 Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-201 8Automattic, Inc.19 Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc. 20 20 Underscores is distributed under the terms of the GNU GPL v2 or later. 21 21 -
branches/5.3/src/wp-content/themes/twentynineteen/style.css
r46234 r46721 16 16 Use it to make something cool, have fun, and share what you've learned with others. 17 17 18 Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-201 8Automattic, Inc.18 Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc. 19 19 Underscores is distributed under the terms of the GNU GPL v2 or later. 20 20 -
branches/5.3/src/wp-content/themes/twentynineteen/style.scss
r45773 r46721 15 15 Use it to make something cool, have fun, and share what you've learned with others. 16 16 17 Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-201 8Automattic, Inc.17 Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc. 18 18 Underscores is distributed under the terms of the GNU GPL v2 or later. 19 19 -
branches/5.3/src/wp-content/themes/twentyseventeen/readme.txt
r46720 r46721 23 23 == Copyright == 24 24 25 Twenty Seventeen WordPress Theme, Copyright 2016 WordPress.org25 Twenty Seventeen WordPress Theme, Copyright 2016-2019 WordPress.org 26 26 Twenty Seventeen is distributed under the terms of the GNU GPL 27 27 -
branches/5.3/src/wp-content/themes/twentysixteen/readme.txt
r46699 r46721 29 29 == Copyright == 30 30 31 Twenty Sixteen WordPress Theme, Copyright 2014-201 8WordPress.org31 Twenty Sixteen WordPress Theme, Copyright 2014-2019 WordPress.org 32 32 Twenty Sixteen is distributed under the terms of the GNU GPL 33 33 -
branches/5.3/src/wp-content/themes/twentyten/readme.txt
r46699 r46721 22 22 == Copyright == 23 23 24 Twenty Ten WordPress Theme, Copyright 2010-201 8WordPress.org & Automattic.com24 Twenty Ten WordPress Theme, Copyright 2010-2019 WordPress.org & Automattic.com 25 25 Twenty Ten is Distributed under the terms of the GNU GPL 26 26 -
branches/5.3/src/wp-content/themes/twentythirteen/readme.txt
r46699 r46721 22 22 == Copyright == 23 23 24 Twenty Thirteen WordPress Theme, Copyright 2013-201 8WordPress.org & Automattic.com24 Twenty Thirteen WordPress Theme, Copyright 2013-2019 WordPress.org & Automattic.com 25 25 Twenty Thirteen is Distributed under the terms of the GNU GPL 26 26 -
branches/5.3/src/wp-content/themes/twentytwelve/readme.txt
r46699 r46721 22 22 == Copyright == 23 23 24 Twenty Twelve WordPress Theme, Copyright 2012-201 8WordPress.org & Automattic.com24 Twenty Twelve WordPress Theme, Copyright 2012-2019 WordPress.org & Automattic.com 25 25 Twenty Twelve is Distributed under the terms of the GNU GPL 26 26 -
branches/5.3/src/wp-content/themes/twentytwenty/readme.txt
r46699 r46721 69 69 70 70 Code from Twenty Nineteen 71 Copyright (c) 2018 WordPress.org71 Copyright (c) 2018-2019 WordPress.org 72 72 License: GPLv2 73 73 Source: https://wordpress.org/themes/twentynineteen/ … … 79 79 80 80 Code from Twenty Seventeen 81 Copyright (c) 2016 WordPress.org81 Copyright (c) 2016-2019 WordPress.org 82 82 License: GPLv2 83 83 Source: https://wordpress.org/themes/twentyseventeen/ -
branches/5.3/tests/phpunit/tests/theme.php
r46278 r46721 212 212 213 213 /** 214 * @ticket 48566 215 */ 216 function test_year_in_readme() { 217 // This test is designed to only run on trunk/master. 218 $this->skipOnAutomatedBranches(); 219 220 foreach ( $this->default_themes as $theme ) { 221 $wp_theme = wp_get_theme( $theme ); 222 223 $path_to_readme_txt = $wp_theme->get_theme_root() . '/' . $wp_theme->get_stylesheet() . '/readme.txt'; 224 $this->assertFileExists( $path_to_readme_txt ); 225 $readme = file_get_contents( $path_to_readme_txt ); 226 $this_year = gmdate( 'Y' ); 227 228 preg_match( '#Copyright (\d+) WordPress.org#', $readme, $matches ); 229 if ( $matches ) { 230 $this->assertEquals( $this_year, trim( $matches[1] ), "Bundled themes readme.txt's year needs to be updated to $this_year." ); 231 } 232 233 preg_match( '#Copyright 20\d\d-(\d+) WordPress.org#', $readme, $matches ); 234 if ( $matches ) { 235 $this->assertEquals( $this_year, trim( $matches[1] ), "Bundled themes readme.txt's year needs to be updated to $this_year." ); 236 } 237 } 238 } 239 240 /** 214 241 * @ticket 20897 215 242 * @expectedDeprecated get_theme_data
Note: See TracChangeset
for help on using the changeset viewer.