Make WordPress Core

Changeset 50779


Ignore:
Timestamp:
04/21/2021 06:29:58 PM (3 years ago)
Author:
davidbaumwald
Message:

Coding Standards: Fix minor, inline spacing issue in wp-admin/setup-config.php.

See #52627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r50775 r50779  
    453453                $wp_config_perms = fileperms( $path_to_wp_config );
    454454                if ( ! empty( $wp_config_perms ) && ! is_writable( $path_to_wp_config ) ) {
    455                     $error_message   = sprintf(
     455                    $error_message = sprintf(
    456456                        /* translators: 1 wp-config.php, 2: Documentation URL. */
    457457                        __( '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.