Make WordPress Core


Ignore:
Timestamp:
05/15/2021 05:36:49 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #52628.

File:
1 edited

Legend:

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

    r50779 r50916  
    454454                if ( ! empty( $wp_config_perms ) && ! is_writable( $path_to_wp_config ) ) {
    455455                    $error_message = sprintf(
    456                         /* translators: 1 wp-config.php, 2: Documentation URL. */
     456                        /* 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.' ),
    458458                        '<code>wp-config.php</code>',
Note: See TracChangeset for help on using the changeset viewer.