Make WordPress Core


Ignore:
Timestamp:
02/23/2023 11:11:38 AM (23 months ago)
Author:
audrasjb
Message:

Help/About: Use a consistent capitalization for "Support forums" links across WP Admin.

Follow-up to [55412], [55413].

See #57726.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r55367 r55415  
    177177        $message .= '<p>' . sprintf(
    178178            /* translators: %s: Support forums URL. */
    179             __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support Forums</a>.' ),
     179            __( 'If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href="%s">WordPress Support forums</a>.' ),
    180180            __( 'https://wordpress.org/support/forums/' )
    181181        ) . "</p>\n";
Note: See TracChangeset for help on using the changeset viewer.