Changeset 53148 for trunk/src/wp-load.php
- Timestamp:
- 04/12/2022 01:45:18 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r53131 r53148 92 92 ) . '</p>'; 93 93 $die .= '<p>' . sprintf( 94 /* translators: %s: Documentation URL. */ 95 __( "Need more help? <a href='%s'>Read the support article on wp-config.php</a>." ), 96 __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) 94 /* translators: 1: Documentation URL, 2: wp-config.php */ 95 __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ), 96 __( 'https://wordpress.org/support/article/editing-wp-config-php/' ), 97 '<code>wp-config.php</code>' 97 98 ) . '</p>'; 98 99 $die .= '<p>' . sprintf(
Note: See TracChangeset
for help on using the changeset viewer.