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 | // translators: %s: File name. |
| 35 | echo '<p>' . sprintf( __( '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.' ), '<code>wp-config.php</code>' ) . "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>"; |