Changeset 42590 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 01/24/2018 04:50:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r42531 r42590 2938 2938 */ 2939 2939 /** This filter is documented in wp-includes/formatting.php */ 2940 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2. 3/svg/' );2940 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.4/svg/' ); 2941 2941 2942 2942 foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset
for help on using the changeset viewer.