Changeset 62468
- Timestamp:
- 06/05/2026 10:00:03 PM (3 days ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 2 edited
-
functions.php (modified) (3 diffs)
-
inc/back-compat.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r62344 r62468 37 37 /** 38 38 * Twenty Fifteen only works in WordPress 4.1 or later. 39 * 40 * @global string $wp_version The WordPress version string. 39 41 */ 40 42 if ( version_compare( $GLOBALS['wp_version'], '4.1-alpha', '<' ) ) { … … 51 53 * 52 54 * @since Twenty Fifteen 1.0 55 * 56 * @global string $wp_version The WordPress version string. 53 57 */ 54 58 function twentyfifteen_setup() { … … 500 504 * @deprecated Twenty Fifteen 3.4 Disabled filter because, by default, fonts are self-hosted. 501 505 * 506 * @global string $wp_version The WordPress version string. 507 * 502 508 * @param array $urls URLs to print for resource hints. 503 509 * @param string $relation_type The relation type the URLs are printed. -
trunk/src/wp-content/themes/twentyfifteen/inc/back-compat.php
r60521 r62468 33 33 * 34 34 * @since Twenty Fifteen 1.0 35 * 36 * @global string $wp_version The WordPress version string. 35 37 */ 36 38 function twentyfifteen_upgrade_notice() { … … 49 51 * 50 52 * @since Twenty Fifteen 1.0 53 * 54 * @global string $wp_version The WordPress version string. 51 55 */ 52 56 function twentyfifteen_customize() { … … 69 73 * 70 74 * @since Twenty Fifteen 1.0 75 * 76 * @global string $wp_version The WordPress version string. 71 77 */ 72 78 function twentyfifteen_preview() {
Note: See TracChangeset
for help on using the changeset viewer.