Changeset 53148
- Timestamp:
- 04/12/2022 01:45:18 AM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r53131 r53148 187 187 <?php 188 188 printf( 189 /* translators: %s: Documentation URL. */ 190 __( 'Need more help? <a href="%s">Read the support article on wp-config.php</a>.' ), 191 __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) 189 /* translators: 1: Documentation URL, 2: wp-config.php */ 190 __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ), 191 __( 'https://wordpress.org/support/article/editing-wp-config-php/' ), 192 '<code>wp-config.php</code>' 192 193 ); 193 194 ?> -
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.