Ticket #58606: 58606.patch
File 58606.patch, 1.6 KB (added by , 19 months ago) |
---|
-
twentythirteen/functions.php
346 346 * Add preconnect for Google Fonts. 347 347 * 348 348 * @since Twenty Thirteen 2.1 349 * 350 * @global string $wp_version WordPress version. 351 * 349 352 * @deprecated Twenty Thirteen 3.8 Disabled filter because, by default, fonts are self-hosted. 350 353 * 351 354 * @param array $urls URLs to print for resource hints. … … 472 475 if ( ! function_exists( 'twentythirteen_paging_nav' ) ) : 473 476 /** 474 477 * Display navigation to next/previous set of posts when applicable. 478 * 479 * @global WP_Query $wp_query WordPress Query object. 475 480 * 476 481 * @since Twenty Thirteen 1.0 477 482 */ -
twentythirteen/inc/back-compat.php
30 30 * 31 31 * Prints an update nag after an unsuccessful attempt to switch to 32 32 * Twenty Thirteen on WordPress versions prior to 3.6. 33 * 34 * @global string $wp_version WordPress version. 33 35 * 34 36 * @since Twenty Thirteen 1.0 35 37 */ … … 46 48 47 49 /** 48 50 * Prevent the Customizer from being loaded on WordPress versions prior to 3.6. 51 * 52 * @global string $wp_version WordPress version. 49 53 * 50 54 * @since Twenty Thirteen 1.0 51 55 */ … … 66 70 67 71 /** 68 72 * Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4. 73 * 74 * @global string $wp_version WordPress version. 69 75 * 70 76 * @since Twenty Thirteen 1.0 71 77 */