Changeset 57793 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 03/08/2024 10:36:01 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/setup-config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r57756 r57793 198 198 /* translators: 1: Documentation URL, 2: wp-config.php */ 199 199 __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ), 200 __( 'https:// wordpress.org/documentation/article/editing-wp-config-php/' ),200 __( 'https://developer.wordpress.org/advanced-administration/wordpress/wp-config/' ), 201 201 '<code>wp-config.php</code>' 202 202 ); … … 485 485 __( 'You need to make the file %1$s writable before you can save your changes. See <a href="%2$s">Changing File Permissions</a> for more information.' ), 486 486 '<code>wp-config.php</code>', 487 __( 'https:// wordpress.org/documentation/article/changing-file-permissions/' )487 __( 'https://developer.wordpress.org/advanced-administration/server/file-permissions/' ) 488 488 ); 489 489 } else {
Note: See TracChangeset
for help on using the changeset viewer.