diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
index 7b8e6ce18b..e6050774c6 100644
|
|
|
add_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); |
| 190 | 190 | |
| 191 | 191 | // Mark site as no longer fresh |
| 192 | 192 | foreach ( array( 'publish_post', 'publish_page', 'wp_ajax_save-widget', 'wp_ajax_widgets-order', 'customize_save_after' ) as $action ) { |
| 193 | | add_action( $action, '_delete_option_fresh_site' ); |
| | 193 | add_action( $action, '_delete_option_fresh_site', 0 ); |
| 194 | 194 | } |
| 195 | 195 | |
| 196 | 196 | // Misc filters |