Changeset 62468 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 06/05/2026 10:00:03 PM (2 months ago)
- File:
-
- 1 edited
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.
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)