Make WordPress Core

Ticket #40461: 40461.2.patch

File 40461.2.patch, 6.0 KB (added by davidakennedy, 9 years ago)

Update changelog to to link to Codex pages, like other default themes.

  • src/wp-content/themes/twentyseventeen/README.txt

     
    22Contributors: the WordPress team
    33Requires at least: WordPress 4.7
    44Tested up to: WordPress 4.7
    5 Version: 1.1
     5Version: 1.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    88Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
     
    6060
    6161== Changelog ==
    6262
     63= 1.2 =
     64* Released: April 18, 2017
     65
     66https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.2
     67
    6368= 1.1 =
    6469* Released: January 6, 2017
    6570
    66 - Fix incorrect $content_width value in theme
    67 - Ensure functions in customize-controls.js don't count on Customizer sections always being present
    68 - Deprecate page_home nav menu item starter content in favor of link_home
    69 - Introduce a theme-specific filter twentyseventeen_starter_content for customizing the starter content array
     71https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_1.1
    7072
    7173= 1.0 =
    7274* Released: December 6, 2016
  • src/wp-content/themes/twentyseventeen/footer.php

     
    99 * @package WordPress
    1010 * @subpackage Twenty_Seventeen
    1111 * @since 1.0
    12  * @version 1.0
     12 * @version 1.2
    1313 */
    1414
    1515?>
  • src/wp-content/themes/twentyseventeen/style.css

     
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
    7 Version: 1.1
     7Version: 1.2
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010Text Domain: twentyseventeen
  • src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php

     
    55 * @package WordPress
    66 * @subpackage Twenty_Seventeen
    77 * @since 1.0
    8  * @version 1.0
     8 * @version 1.2
    99 */
    1010
    1111?>
  • src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php

     
    77 * @package WordPress
    88 * @subpackage Twenty_Seventeen
    99 * @since 1.0
    10  * @version 1.0
     10 * @version 1.2
    1111 */
    1212
    1313?>
  • src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php

     
    99 * @package WordPress
    1010 * @subpackage Twenty_Seventeen
    1111 * @since 1.0
    12  * @version 1.0
     12 * @version 1.2
    1313 */
    1414
    1515?>
  • src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php

     
    77 * @package WordPress
    88 * @subpackage Twenty_Seventeen
    99 * @since 1.0
    10  * @version 1.0
     10 * @version 1.2
    1111 */
    1212
    1313?>
  • src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php

     
    77 * @package WordPress
    88 * @subpackage Twenty_Seventeen
    99 * @since 1.0
    10  * @version 1.0
     10 * @version 1.2
    1111 */
    1212
    1313?>
  • src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php

     
    77 * @package WordPress
    88 * @subpackage Twenty_Seventeen
    99 * @since 1.0
    10  * @version 1.0
     10 * @version 1.2
    1111 */
    1212
    1313?>
  • src/wp-content/themes/twentyseventeen/template-parts/post/content.php

     
    77 * @package WordPress
    88 * @subpackage Twenty_Seventeen
    99 * @since 1.0
    10  * @version 1.0
     10 * @version 1.2
    1111 */
    1212
    1313?>