Changeset 16049
- Timestamp:
- 10/28/2010 03:30:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/maint/repair.php
r14096 r16049 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 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.'); 82 82 else 83 _e('WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.')83 _e('WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.') 84 84 ?> 85 85 <p class="step"><a class="button" href="<?php echo wp_nonce_url('repair.php?repair=1', 'repair_db') ?>"><?php _e( 'Repair Database' ); ?></a></p>
Note: See TracChangeset
for help on using the changeset viewer.