Make WordPress Core

Changeset 54689


Ignore:
Timestamp:
10/25/2022 02:20:49 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Administration: Improve the wording of "Site Address" field description.

This aims to clarify that "Site Address (URL)" is a required field that should not be left blank, whether or not the site home page is intended to be different from the WordPress installation directory.

Follow-up to [1203], [3058], [5093], [5141], [13750], [41986].

Props digical, sabernhardt.
Fixes #50629.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r54237 r54689  
    106106        printf(
    107107            /* translators: %s: Documentation URL. */
    108             __( 'Enter the address here if you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ),
     108            __( 'Enter the same address here unless you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ),
    109109            __( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' )
    110110        );
Note: See TracChangeset for help on using the changeset viewer.