Changeset 49953
- Timestamp:
- 01/10/2021 07:26:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r47198 r49953 72 72 wp_load_translations_early(); 73 73 74 // Die with an error message 75 $die = sprintf(74 // Die with an error message. 75 $die = '<p>' . sprintf( 76 76 /* translators: %s: wp-config.php */ 77 77 __( "There doesn't seem to be a %s file. I need this before we can get started." ), … … 88 88 '<code>wp-config.php</code>' 89 89 ) . '</p>'; 90 $die .= '<p><a href="' . $path . '" class="button button-large">' . __( 'Create a Configuration File' ) . '</a> ';90 $die .= '<p><a href="' . $path . '" class="button button-large">' . __( 'Create a Configuration File' ) . '</a></p>'; 91 91 92 92 wp_die( $die, __( 'WordPress › Error' ) );
Note: See TracChangeset
for help on using the changeset viewer.