Make WordPress Core

Changeset 57794


Ignore:
Timestamp:
03/08/2024 10:42:14 PM (14 months ago)
Author:
audrasjb
Message:

Coding Standards: Fix a WPCS indentation issue found in wp-admin/options-general.php after [57793].

See #60732.

File:
1 edited

Legend:

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

    r57793 r57794  
    3434            __( 'Though the terms refer to two different concepts, in practice, they can be the same address or different. For example, you can have the core WordPress installation files in the root directory (<code>https://example.com</code>), in which case the two URLs would be the same. Or the <a href="%s">WordPress files can be in a subdirectory</a> (<code>https://example.com/wordpress</code>). In that case, the WordPress URL and the site URL would be different.' ),
    3535            __( 'https://developer.wordpress.org/advanced-administration/server/wordpress-in-directory/' )
    36             ) . '</p>' .
     36        ) . '</p>' .
    3737        '<p>' . sprintf(
    3838            /* translators: 1: http://, 2: https:// */
Note: See TracChangeset for help on using the changeset viewer.