Make WordPress Core

Ticket #14028: 14028.diff

File 14028.diff, 816 bytes (added by Denis-de-Bernardy, 13 years ago)
  • wp-admin/includes/update.php

     
    256256                return false;
    257257
    258258        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' );
    260260        else
    261261                $msg = __('An automated WordPress update has failed to complete! Please notify the site administrator.');
    262262