Changeset 53131 for trunk/src/wp-load.php
- Timestamp:
- 04/11/2022 11:40:38 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r50916 r53131 93 93 $die .= '<p>' . sprintf( 94 94 /* translators: %s: Documentation URL. */ 95 __( "Need more help? <a href='%s'> We got it</a>." ),95 __( "Need more help? <a href='%s'>Read the support article on wp-config.php</a>." ), 96 96 __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) 97 97 ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.