Ticket #14028: 14028.diff
File 14028.diff, 816 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/update.php
256 256 return false; 257 257 258 258 if ( current_user_can('update_core') ) 259 $msg = sprintf( __('An automated WordPress update has failed to complete - <a href="%s">please attempt the update again now</a>. '), 'update-core.php' );259 $msg = sprintf( __('An automated WordPress update has failed to complete - <a href="%s">please attempt the update again now</a>. If you update manually, don\'t forget to delete the .maintenance file located in your WordPress folder.'), 'update-core.php' ); 260 260 else 261 261 $msg = __('An automated WordPress update has failed to complete! Please notify the site administrator.'); 262 262