Changeset 44644 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 01/18/2019 01:41:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r44638 r44644 2963 2963 */ 2964 2964 /** This filter is documented in wp-includes/formatting.php */ 2965 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11 /svg/' );2965 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11.2.0/svg/' ); 2966 2966 2967 2967 foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset
for help on using the changeset viewer.