Make WordPress Core

Ticket #40461: 40264.diff

File 40264.diff, 5.8 KB (added by swissspidy, 9 years ago)
  • src/wp-content/themes/twentyseventeen/README.txt

    diff --git src/wp-content/themes/twentyseventeen/README.txt src/wp-content/themes/twentyseventeen/README.txt
    index 5f1cfb7969..4596ab1cc4 100644
     
    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
    Source: https://unsplash.com/@englr?photo=bIhpiQA009k 
    6060
    6161== Changelog ==
    6262
     63= 1.2 =
     64* Released: April 18, 2017
     65
     66- Declare jQuery dependency for navigation.js
     67- Correctly escape translatable strings in HTML attributes
     68- Fix incorrect heading hierarchy for front page posts
     69
    6370= 1.1 =
    6471* Released: January 6, 2017
    6572
  • src/wp-content/themes/twentyseventeen/footer.php

    diff --git src/wp-content/themes/twentyseventeen/footer.php src/wp-content/themes/twentyseventeen/footer.php
    index c21cfb76ea..504f573f87 100644
     
    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

    diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
    index 7fadfda8a7..37ec33f7c1 100644
    Theme URI: https://wordpress.org/themes/twentyseventeen/ 
    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

    diff --git src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
    index be7e426e23..2c2115e60b 100644
     
    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

    diff --git src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
    index 0d6e648368..63cf2e54cb 100644
     
    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

    diff --git src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
    index f1c4cbb6cc..a552fba0cd 100644
     
    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

    diff --git src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
    index 00dca2da5b..f5934e136d 100644
     
    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

    diff --git src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php
    index c352668e91..91c6545065 100644
     
    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

    diff --git src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
    index ae24e16ca4..dad681fb8e 100644
     
    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

    diff --git src/wp-content/themes/twentyseventeen/template-parts/post/content.php src/wp-content/themes/twentyseventeen/template-parts/post/content.php
    index 64a1301196..90c3a4d4c4 100644
     
    77 * @package WordPress
    88 * @subpackage Twenty_Seventeen
    99 * @since 1.0
    10  * @version 1.0
     10 * @version 1.2
    1111 */
    1212
    1313?>