Changeset 48048 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 06/15/2020 06:02:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r48039 r48048 3213 3213 */ 3214 3214 /** This filter is documented in wp-includes/formatting.php */ 3215 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/1 2.0.0-1/svg/' );3215 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/13.0.0/svg/' ); 3216 3216 3217 3217 foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset
for help on using the changeset viewer.