Changeset 45134 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 04/08/2019 05:21:49 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r45059 r45134 3057 3057 */ 3058 3058 /** This filter is documented in wp-includes/formatting.php */ 3059 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/1 1.2.0/svg/' );3059 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/12.0.0-1/svg/' ); 3060 3060 3061 3061 foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset
for help on using the changeset viewer.