| 1 | Index: wp-admin/includes/update.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/includes/update.php (revision 15277) |
|---|
| 4 | +++ wp-admin/includes/update.php (working copy) |
|---|
| 5 | @@ -256,7 +256,7 @@ |
|---|
| 6 | return false; |
|---|
| 7 | |
|---|
| 8 | if ( current_user_can('update_core') ) |
|---|
| 9 | - $msg = sprintf( __('An automated WordPress update has failed to complete - <a href="%s">please attempt the update again now</a>.'), 'update-core.php' ); |
|---|
| 10 | + $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' ); |
|---|
| 11 | else |
|---|
| 12 | $msg = __('An automated WordPress update has failed to complete! Please notify the site administrator.'); |
|---|
| 13 | |
|---|