Changeset 54200 for trunk/src/wp-load.php
- Timestamp:
- 09/19/2022 08:57:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r53148 r54200 88 88 $die = '<p>' . sprintf( 89 89 /* translators: %s: wp-config.php */ 90 __( "There doesn't seem to be a %s file. I need this before we can get started." ),90 __( "There doesn't seem to be a %s file. It is needed before the installation can continue." ), 91 91 '<code>wp-config.php</code>' 92 92 ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.