Changeset 62473
- Timestamp:
- 06/08/2026 09:11:34 PM (5 days ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
inc/back-compat.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/functions.php
r61411 r62473 12 12 /** 13 13 * Twenty Nineteen 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', '<' ) ) { -
trunk/src/wp-content/themes/twentynineteen/inc/back-compat.php
r60535 r62473 34 34 * @since Twenty Nineteen 1.0.0 35 35 * 36 * @global string $wp_version WordPress version.36 * @global string $wp_version The WordPress version string. 37 37 */ 38 38 function twentynineteen_upgrade_notice() { … … 52 52 * @since Twenty Nineteen 1.0.0 53 53 * 54 * @global string $wp_version WordPress version.54 * @global string $wp_version The WordPress version string. 55 55 */ 56 56 function twentynineteen_customize() { … … 74 74 * @since Twenty Nineteen 1.0.0 75 75 * 76 * @global string $wp_version WordPress version.76 * @global string $wp_version The WordPress version string. 77 77 */ 78 78 function twentynineteen_preview() {
Note: See TracChangeset
for help on using the changeset viewer.