Changeset 62483
- Timestamp:
- 06/10/2026 10:34:53 PM (6 weeks ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyone
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
inc/back-compat.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/functions.php
r61635 r62483 10 10 */ 11 11 12 // This theme requires WordPress 5.3 or later. 12 /** 13 * This theme requires WordPress 5.3 or later. 14 * 15 * @global string $wp_version The WordPress version string. 16 */ 13 17 if ( version_compare( $GLOBALS['wp_version'], '5.3', '<' ) ) { 14 18 require get_template_directory() . '/inc/back-compat.php'; -
trunk/src/wp-content/themes/twentytwentyone/inc/back-compat.php
r61654 r62483 32 32 * @since Twenty Twenty-One 1.0 33 33 * 34 * @global string $wp_version WordPress version.34 * @global string $wp_version The WordPress version string. 35 35 * 36 36 * @return void … … 51 51 * @since Twenty Twenty-One 1.0 52 52 * 53 * @global string $wp_version WordPress version.53 * @global string $wp_version The WordPress version string. 54 54 * 55 55 * @return void … … 75 75 * @since Twenty Twenty-One 1.0 76 76 * 77 * @global string $wp_version WordPress version.77 * @global string $wp_version The WordPress version string. 78 78 * 79 79 * @return void
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)