- Timestamp:
- 07/06/2020 07:13:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r48123 r48344 684 684 } 685 685 686 // If the auto update is not to the latest version, say that the current version of WP is available instead.686 // If the auto-update is not to the latest version, say that the current version of WP is available instead. 687 687 $version = 'success' === $type ? $core_update->current : $next_user_core_update->current; 688 688 $subject = sprintf( $subject, wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ), $version );
Note: See TracChangeset
for help on using the changeset viewer.