Changeset 57306
- Timestamp:
- 01/17/2024 09:34:24 PM (11 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r57009 r57306 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' ); -
trunk/tests/phpunit/tests/oembed/template.php
r56682 r57306 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.