- Timestamp:
- 05/26/2020 06:01:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r47836 r47857 903 903 * @param bool $enabled True if notifications are enabled, false otherwise. 904 904 */ 905 $notifications_enabled = apply_filters( ' send_theme_auto_update_email', true );905 $notifications_enabled = apply_filters( 'auto_theme_update_send_email', true ); 906 906 907 907 if ( ! empty( $update_results['theme'] ) && $notifications_enabled ) {
Note: See TracChangeset
for help on using the changeset viewer.