Make WordPress Core


Ignore:
Timestamp:
02/28/2023 12:46:10 PM (23 months ago)
Author:
audrasjb
Message:

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

This partially reverts [55415] and fix a few inconsistencies found in "support forums" links.

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

Props sabernhardt, audrasjb.
See #57726.

File:
1 edited

Legend:

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

    r55415 r55431  
    12681268                $message .= '<p>' . sprintf(
    12691269                    /* translators: %s: Support forums URL. */
    1270                     __( 'If you do not know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress Support forums</a>.' ),
     1270                    __( 'If you do not know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href="%s">WordPress support forums</a>.' ),
    12711271                    __( 'https://wordpress.org/support/forums/' )
    12721272                ) . "</p>\n";
     
    20822082            $message .= '<p>' . sprintf(
    20832083                /* translators: %s: Support forums URL. */
    2084                 __( '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>.' ),
     2084                __( '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>.' ),
    20852085                __( 'https://wordpress.org/support/forums/' )
    20862086            ) . "</p>\n";
     
    22422242        $message .= '<p>' . sprintf(
    22432243            /* translators: %s: Support forums URL. */
    2244             __( '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>.' ),
     2244            __( '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>.' ),
    22452245            __( 'https://wordpress.org/support/forums/' )
    22462246        ) . "</p>\n";
Note: See TracChangeset for help on using the changeset viewer.