diff --git src/wp-content/themes/twentyseventeen/README.txt src/wp-content/themes/twentyseventeen/README.txt
index 5f1cfb7969..4596ab1cc4 100644
|
|
|
|
| 2 | 2 | Contributors: the WordPress team |
| 3 | 3 | Requires at least: WordPress 4.7 |
| 4 | 4 | Tested up to: WordPress 4.7 |
| 5 | | Version: 1.1 |
| | 5 | Version: 1.2 |
| 6 | 6 | License: GPLv2 or later |
| 7 | 7 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 8 | 8 | Tags: 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 |
| 60 | 60 | |
| 61 | 61 | == Changelog == |
| 62 | 62 | |
| | 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 | |
| 63 | 70 | = 1.1 = |
| 64 | 71 | * Released: January 6, 2017 |
| 65 | 72 | |
diff --git src/wp-content/themes/twentyseventeen/footer.php src/wp-content/themes/twentyseventeen/footer.php
index c21cfb76ea..504f573f87 100644
|
|
|
|
| 9 | 9 | * @package WordPress |
| 10 | 10 | * @subpackage Twenty_Seventeen |
| 11 | 11 | * @since 1.0 |
| 12 | | * @version 1.0 |
| | 12 | * @version 1.2 |
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | 15 | ?> |
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 1.2 |
| 8 | 8 | License: GNU General Public License v2 or later |
| 9 | 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 10 | 10 | Text Domain: twentyseventeen |
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
|
|
|
|
| 5 | 5 | * @package WordPress |
| 6 | 6 | * @subpackage Twenty_Seventeen |
| 7 | 7 | * @since 1.0 |
| 8 | | * @version 1.0 |
| | 8 | * @version 1.2 |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | ?> |
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
|
|
|
|
| 7 | 7 | * @package WordPress |
| 8 | 8 | * @subpackage Twenty_Seventeen |
| 9 | 9 | * @since 1.0 |
| 10 | | * @version 1.0 |
| | 10 | * @version 1.2 |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | ?> |
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
|
|
|
|
| 9 | 9 | * @package WordPress |
| 10 | 10 | * @subpackage Twenty_Seventeen |
| 11 | 11 | * @since 1.0 |
| 12 | | * @version 1.0 |
| | 12 | * @version 1.2 |
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | 15 | ?> |
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
|
|
|
|
| 7 | 7 | * @package WordPress |
| 8 | 8 | * @subpackage Twenty_Seventeen |
| 9 | 9 | * @since 1.0 |
| 10 | | * @version 1.0 |
| | 10 | * @version 1.2 |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | ?> |
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
|
|
|
|
| 7 | 7 | * @package WordPress |
| 8 | 8 | * @subpackage Twenty_Seventeen |
| 9 | 9 | * @since 1.0 |
| 10 | | * @version 1.0 |
| | 10 | * @version 1.2 |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | ?> |
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
|
|
|
|
| 7 | 7 | * @package WordPress |
| 8 | 8 | * @subpackage Twenty_Seventeen |
| 9 | 9 | * @since 1.0 |
| 10 | | * @version 1.0 |
| | 10 | * @version 1.2 |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | ?> |
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
|
|
|
|
| 7 | 7 | * @package WordPress |
| 8 | 8 | * @subpackage Twenty_Seventeen |
| 9 | 9 | * @since 1.0 |
| 10 | | * @version 1.0 |
| | 10 | * @version 1.2 |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | ?> |