Make WordPress Core

Ticket #58606: 58606.patch

File 58606.patch, 1.6 KB (added by upadalavipul, 19 months ago)
  • twentythirteen/functions.php

     
    346346 * Add preconnect for Google Fonts.
    347347 *
    348348 * @since Twenty Thirteen 2.1
     349 *
     350 * @global string $wp_version WordPress version.
     351 *
    349352 * @deprecated Twenty Thirteen 3.8 Disabled filter because, by default, fonts are self-hosted.
    350353 *
    351354 * @param array   $urls          URLs to print for resource hints.
     
    472475if ( ! function_exists( 'twentythirteen_paging_nav' ) ) :
    473476        /**
    474477         * Display navigation to next/previous set of posts when applicable.
     478         *
     479         * @global WP_Query $wp_query WordPress Query object.
    475480         *
    476481         * @since Twenty Thirteen 1.0
    477482         */
  • twentythirteen/inc/back-compat.php

     
    3030 *
    3131 * Prints an update nag after an unsuccessful attempt to switch to
    3232 * Twenty Thirteen on WordPress versions prior to 3.6.
     33 *
     34 * @global string $wp_version WordPress version.
    3335 *
    3436 * @since Twenty Thirteen 1.0
    3537 */
     
    4648
    4749/**
    4850 * Prevent the Customizer from being loaded on WordPress versions prior to 3.6.
     51 *
     52 * @global string $wp_version WordPress version.
    4953 *
    5054 * @since Twenty Thirteen 1.0
    5155 */
     
    6670
    6771/**
    6872 * Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4.
     73 *
     74 * @global string $wp_version WordPress version.
    6975 *
    7076 * @since Twenty Thirteen 1.0
    7177 */