Changeset 38764 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 10/09/2016 04:23:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38707 r38764 2820 2820 */ 2821 2821 /** This filter is documented in wp-includes/formatting.php */ 2822 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2 /svg/' );2822 $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.2.1/svg/' ); 2823 2823 2824 2824 foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset
for help on using the changeset viewer.