Changeset 22314 for trunk/wp-admin/maint/repair.php
- Timestamp:
- 10/26/2012 07:40:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/maint/repair.php
r20953 r22314 17 17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 18 18 <title><?php _e( 'WordPress › Database Repair' ); ?></title> 19 <?php wp_admin_css( 'install', true ); ?> 19 <?php 20 wp_admin_css( 'install', true ); 21 wp_admin_css( 'buttons', true ); 22 ?> 20 23 </head> 21 24 <body> … … 103 106 echo '<p>' . __( 'WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.' ) . '</p>'; 104 107 ?> 105 <p class="step"><a class="button " href="repair.php?repair=1"><?php _e( 'Repair Database' ); ?></a></p>108 <p class="step"><a class="button button-large" href="repair.php?repair=1"><?php _e( 'Repair Database' ); ?></a></p> 106 109 <p><?php _e( 'WordPress can also attempt to optimize the database. This improves performance in some situations. Repairing and optimizing the database can take a long time and the database will be locked while optimizing.' ); ?></p> 107 <p class="step"><a class="button " href="repair.php?repair=2"><?php _e( 'Repair and Optimize Database' ); ?></a></p>110 <p class="step"><a class="button button-large" href="repair.php?repair=2"><?php _e( 'Repair and Optimize Database' ); ?></a></p> 108 111 <?php 109 112 }
Note: See TracChangeset
for help on using the changeset viewer.