Changeset 57347
- Timestamp:
- 01/24/2024 07:25:00 PM (8 months ago)
- Location:
- branches/6.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-includes/default-filters.php
r57010 r57347 688 688 add_action( 'embed_head', 'rel_canonical' ); 689 689 add_action( 'embed_head', 'locale_stylesheet', 30 ); 690 add_action( 'enqueue_embed_scripts', 'wp_enqueue_emoji_styles' ); 690 691 691 692 add_action( 'embed_content_meta', 'print_embed_comments_button' ); -
branches/6.4/tests/phpunit/tests/oembed/template.php
r56682 r57347 11 11 global $wp_scripts; 12 12 $wp_scripts = null; 13 14 remove_action( 'wp_print_styles', 'print_emoji_styles' );15 13 } 16 14
Note: See TracChangeset
for help on using the changeset viewer.