Changeset 37858 for trunk/src/wp-admin/maint/repair.php
- Timestamp:
- 06/23/2016 04:11:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/maint/repair.php
r37488 r37858 32 32 echo '<h1 class="screen-reader-text">' . __( 'Allow automatic database repair' ) . '</h1>'; 33 33 34 echo '<p>' . __( 'To allow use of this page to automatically repair database problems, please add the following line to your <code>wp-config.php</code> file. Once this line is added to your config, reload this page.' ) . "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>"; 34 echo '<p>'; 35 printf( 36 /* translators: %s: File name. */ 37 __( 'To allow use of this page to automatically repair database problems, please add the following line to your %s file. Once this line is added to your config, reload this page.' ), 38 '<code>wp-config.php</code>' 39 ); 40 echo "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>"; 35 41 36 42 $default_key = 'put your unique phrase here';
Note: See TracChangeset
for help on using the changeset viewer.