Changeset 38122 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/20/2016 06:18:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38121 r38122 2803 2803 $hints = array( 2804 2804 'dns-prefetch' => wp_dependencies_unique_hosts(), 2805 'preconnect' => array( 's.w.org'),2805 'preconnect' => array(), 2806 2806 'prefetch' => array(), 2807 2807 'prerender' => array(), 2808 2808 ); 2809 2810 /* 2811 * Add DNS prefetch for the Emoji CDN. 2812 * The path is removed in the foreach loop below. 2813 */ 2814 /** This filter is documented in wp-includes/formatting.php */ 2815 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2/svg/' ); 2809 2816 2810 2817 foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset
for help on using the changeset viewer.