Changeset 42205
- Timestamp:
- 11/20/2017 06:20:23 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/maint/repair.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/maint/repair.php
r37948 r42205 28 28 <?php 29 29 30 if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {30 if ( ! defined( 'WP_ALLOW_REPAIR' ) || ! WP_ALLOW_REPAIR ) { 31 31 32 32 echo '<h1 class="screen-reader-text">' . __( 'Allow automatic database repair' ) . '</h1>';
Note: See TracChangeset
for help on using the changeset viewer.