Changeset 53904 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 08/18/2022 08:43:19 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r53888 r53904 3318 3318 ); 3319 3319 3320 /*3321 * Add DNS prefetch for the Emoji CDN.3322 * The path is removed in the foreach loop below.3323 */3324 /** This filter is documented in wp-includes/formatting.php */3325 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/13.0.0/svg/' );3326 3327 3320 foreach ( $hints as $relation_type => $urls ) { 3328 3321 $unique_urls = array();
Note: See TracChangeset
for help on using the changeset viewer.