Ticket #40426: general-template.php.diff
File general-template.php.diff, 599 bytes (added by , 3 years ago) |
---|
-
general-template.php
2840 2840 'prerender' => array(), 2841 2841 ); 2842 2842 2843 /*2844 * Add DNS prefetch for the Emoji CDN.2845 * The path is removed in the foreach loop below.2846 */2847 /** This filter is documented in wp-includes/formatting.php */2848 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.2.1/svg/' );2849 2850 2843 foreach ( $hints as $relation_type => $urls ) { 2851 2844 $unique_urls = array(); 2852 2845