Changeset 42591 for branches/4.9/src/wp-includes/general-template.php
- Timestamp:
- 01/24/2018 04:53:50 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/general-template.php
r42551 r42591 2886 2886 */ 2887 2887 /** This filter is documented in wp-includes/formatting.php */ 2888 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2. 3/svg/' );2888 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.4/svg/' ); 2889 2889 2890 2890 foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset
for help on using the changeset viewer.