Changeset 50916 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 05/15/2021 05:36:49 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/setup-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r50779 r50916 454 454 if ( ! empty( $wp_config_perms ) && ! is_writable( $path_to_wp_config ) ) { 455 455 $error_message = sprintf( 456 /* translators: 1 wp-config.php, 2: Documentation URL. */456 /* translators: 1: wp-config.php, 2: Documentation URL. */ 457 457 __( '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.' ), 458 458 '<code>wp-config.php</code>',
Note: See TracChangeset
for help on using the changeset viewer.