Changeset 22948 for trunk/wp-admin/maint/repair.php
- Timestamp:
- 11/30/2012 01:40:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/maint/repair.php
r22419 r22948 17 17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 18 18 <title><?php _e( 'WordPress › Database Repair' ); ?></title> 19 <?php 19 <?php 20 20 wp_admin_css( 'install', true ); 21 21 ?> 22 22 </head> 23 <body >23 <body class="wp-core-ui"> 24 24 <h1 id="logo"><a href="<?php esc_attr_e( 'http://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 25 25
Note: See TracChangeset
for help on using the changeset viewer.