Changeset 27469 for trunk/src/wp-admin/maint/repair.php
- Timestamp:
- 03/08/2014 04:13:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/maint/repair.php
r26298 r27469 23 23 </head> 24 24 <body class="wp-core-ui"> 25 <h1 id="logo"><a href="<?php echo esc_url( __( 'http ://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>25 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 26 26 27 27 <?php … … 99 99 100 100 if ( $problems ) { 101 printf( '<p>' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.') . '</p>', __( 'http ://wordpress.org/support/forum/how-to-and-troubleshooting' ) );101 printf( '<p>' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.') . '</p>', __( 'https://wordpress.org/support/forum/how-to-and-troubleshooting' ) ); 102 102 $problem_output = ''; 103 103 foreach ( $problems as $table => $problem )
Note: See TracChangeset
for help on using the changeset viewer.