Changeset 50779
- Timestamp:
- 04/21/2021 06:29:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r50775 r50779 453 453 $wp_config_perms = fileperms( $path_to_wp_config ); 454 454 if ( ! empty( $wp_config_perms ) && ! is_writable( $path_to_wp_config ) ) { 455 $error_message 455 $error_message = sprintf( 456 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.' ),
Note: See TracChangeset
for help on using the changeset viewer.