Skip to content

Commit

Permalink
Stats: hide smiley on post embeds as well (#14494)
Browse files Browse the repository at this point in the history
Fixes #14483
  • Loading branch information
jeherve authored Feb 12, 2020
1 parent 88e45fc commit c4a400e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function stats_load() {
add_action( 'wp_head', 'stats_admin_bar_head', 100 );

add_action( 'wp_head', 'stats_hide_smile_css' );
add_action( 'embed_head', 'stats_hide_smile_css' );

add_action( 'jetpack_admin_menu', 'stats_admin_menu' );

Expand Down

0 comments on commit c4a400e

Please sign in to comment.