Changeset 16734 for trunk/wp-admin/maint/repair.php
- Timestamp:
- 12/05/2010 02:31:18 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/maint/repair.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/maint/repair.php
r16431 r16734 79 79 } else { 80 80 if ( isset($_GET['referrer']) && 'is_blog_installed' == $_GET['referrer'] ) 81 _e('One or more database tables is unavailable. To allow WordPress to attempt to repair these tables, press the "Repair Database"button. Repairing can take a while, so please be patient.');81 _e('One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.'); 82 82 else 83 83 _e('WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.')
Note: See TracChangeset
for help on using the changeset viewer.