Changeset 45926 for trunk/src/wp-admin/maint/repair.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/maint/repair.php
r45673 r45926 142 142 143 143 if ( $problems ) { 144 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' ) ); 144 printf( 145 /* translators: %s: URL to "Fixing WordPress" forum */ 146 '<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>', 147 __( 'https://wordpress.org/support/forum/how-to-and-troubleshooting' ) 148 ); 145 149 $problem_output = ''; 146 150 foreach ( $problems as $table => $problem ) {
Note: See TracChangeset
for help on using the changeset viewer.