Changeset 62472
- Timestamp:
- 06/07/2026 10:12:54 PM (6 weeks ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 3 edited
-
functions.php (modified) (3 diffs)
-
inc/back-compat.php (modified) (3 diffs)
-
template-parts/page/content-front-page-panels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r62344 r62472 12 12 /** 13 13 * Twenty Seventeen only works in WordPress 4.7 or later. 14 * 15 * @global string $wp_version The WordPress version string. 14 16 */ 15 17 if ( version_compare( $GLOBALS['wp_version'], '4.7-alpha', '<' ) ) { … … 24 26 * runs before the init hook. The init hook is too late for some features, such 25 27 * as indicating support for post thumbnails. 28 * 29 * @since Twenty Seventeen 1.0 30 * 31 * @global int $content_width Content width. 26 32 */ 27 33 function twentyseventeen_setup() { … … 249 255 * Priority 0 to make it available to lower priority callbacks. 250 256 * 251 * @global int $content_width 257 * @global int $content_width Content width. 252 258 */ 253 259 function twentyseventeen_content_width() { -
trunk/src/wp-content/themes/twentyseventeen/inc/back-compat.php
r60533 r62472 34 34 * @since Twenty Seventeen 1.0 35 35 * 36 * @global string $wp_version WordPress version.36 * @global string $wp_version The WordPress version string. 37 37 */ 38 38 function twentyseventeen_upgrade_notice() { … … 52 52 * @since Twenty Seventeen 1.0 53 53 * 54 * @global string $wp_version WordPress version.54 * @global string $wp_version The WordPress version string. 55 55 */ 56 56 function twentyseventeen_customize() { … … 74 74 * @since Twenty Seventeen 1.0 75 75 * 76 * @global string $wp_version WordPress version.76 * @global string $wp_version The WordPress version string. 77 77 */ 78 78 function twentyseventeen_preview() { -
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
r53308 r62472 9 9 */ 10 10 11 /** 12 * @global int|string $twentyseventeencounter Front page section counter. 13 */ 11 14 global $twentyseventeencounter; 12 15
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)