Changeset 62456
- Timestamp:
- 06/03/2026 10:15:36 PM (4 weeks ago)
- Location:
- trunk/src/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
-
functions.php (modified) (5 diffs)
-
inc/back-compat.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r62344 r62456 41 41 /** 42 42 * Twenty Thirteen only works in WordPress 3.6 or later. 43 * 44 * @global string $wp_version The WordPress version string. 43 45 */ 44 46 if ( version_compare( $GLOBALS['wp_version'], '3.6-alpha', '<' ) ) { … … 71 73 * 72 74 * @since Twenty Thirteen 1.0 75 * 76 * @global string $wp_version The WordPress version string. 73 77 */ 74 78 function twentythirteen_setup() { … … 361 365 * @deprecated Twenty Thirteen 3.8 Disabled filter because, by default, fonts are self-hosted. 362 366 * 367 * @global string $wp_version The WordPress version string. 368 * 363 369 * @param array $urls URLs to print for resource hints. 364 370 * @param string $relation_type The relation type the URLs are printed. … … 403 409 * @since Twenty Thirteen 1.0 404 410 * 405 * @global int $paged WordPress archive pagination page count.406 * @global int $page WordPress paginated post page count.411 * @global int $paged Page number of a list of posts. 412 * @global int $page Page number of a single post. 407 413 * 408 414 * @param string $title Default title text for current view. … … 489 495 * 490 496 * @since Twenty Thirteen 1.0 497 * 498 * @global WP_Query $wp_query WordPress Query object. 491 499 */ 492 500 function twentythirteen_paging_nav() { -
trunk/src/wp-content/themes/twentythirteen/inc/back-compat.php
r60515 r62456 33 33 * 34 34 * @since Twenty Thirteen 1.0 35 * 36 * @global string $wp_version The WordPress version string. 35 37 */ 36 38 function twentythirteen_upgrade_notice() { … … 49 51 * 50 52 * @since Twenty Thirteen 1.0 53 * 54 * @global string $wp_version The WordPress version string. 51 55 */ 52 56 function twentythirteen_customize() { … … 69 73 * 70 74 * @since Twenty Thirteen 1.0 75 * 76 * @global string $wp_version The WordPress version string. 71 77 */ 72 78 function twentythirteen_preview() {
Note: See TracChangeset
for help on using the changeset viewer.