Make WordPress Core

Changeset 45140


Ignore:
Timestamp:
04/08/2019 10:58:49 PM (7 years ago)
Author:
pento
Message:

Help: Update support forum links.

There are a lot of places in Core that link to https://wordpress.org/support/ for the support forums, but that's now the URL for HelpHub. The new forums link is https://wordpress.org/support/forums/.

Props jitendrabanjara1991, dilipbheda, mukesh27, ianbelanger.
Fixes #46790.

Location:
trunk/src
Files:
45 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r45058 r45140  
    2727                </ol>
    2828        </li>
    29         <li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/" title="WordPress support">support forums</a> with as much data as you can gather.</li>
     29        <li>Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/forums/" title="WordPress support">support forums</a> with as much data as you can gather.</li>
    3030        <li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
    3131        <li>The installer should then send you to the <a href="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on &#8220;Profile&#8221; to change the password.</li>
     
    7575        <dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
    7676                <dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
    77         <dt><a href="https://wordpress.org/support/">WordPress Support Forums</a></dt>
     77        <dt><a href="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt>
    7878                <dd>If you&#8217;ve looked everywhere and still can&#8217;t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd>
    7979        <dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt>
     
    8383<h2>Final Notes</h2>
    8484<ul>
    85         <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/">Support Forums</a>.</li>
     85        <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/forums/">Support Forums</a>.</li>
    8686        <li>WordPress has a robust plugin <abbr title="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. You shouldn&#8217;t modify any of the core code.</li>
    8787</ul>
  • trunk/src/wp-admin/_index.php

    r43571 r45140  
    106106        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    107107        '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen">Documentation on Dashboard</a>' ) . '</p>' .
    108         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     108        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    109109);
    110110
  • trunk/src/wp-admin/comment.php

    r43571 r45140  
    5555                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    5656                        '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' .
    57                         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     57                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5858                );
    5959
  • trunk/src/wp-admin/custom-background.php

    r44785 r45140  
    9898                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    9999                        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen">Documentation on Custom Background</a>' ) . '</p>' .
    100                         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     100                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    101101                );
    102102
  • trunk/src/wp-admin/custom-header.php

    r44785 r45140  
    128128                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    129129                        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen">Documentation on Custom Header</a>' ) . '</p>' .
    130                         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     130                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    131131                );
    132132        }
  • trunk/src/wp-admin/edit-comments.php

    r42827 r45140  
    202202        '<p>' . __( '<a href="https://codex.wordpress.org/Comment_Spam">Documentation on Comment Spam</a>' ) . '</p>' .
    203203        '<p>' . __( '<a href="https://codex.wordpress.org/Keyboard_Shortcuts">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .
    204         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     204        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    205205);
    206206
  • trunk/src/wp-admin/edit-form-advanced.php

    r44896 r45140  
    285285                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    286286                        '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Add_New_Screen">Documentation on Writing and Editing Posts</a>' ) . '</p>' .
    287                         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     287                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    288288        );
    289289} elseif ( 'page' == $post_type ) {
     
    303303                        '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Add_New_Screen">Documentation on Adding New Pages</a>' ) . '</p>' .
    304304                        '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages">Documentation on Editing Pages</a>' ) . '</p>' .
    305                         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     305                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    306306        );
    307307} elseif ( 'attachment' == $post_type ) {
     
    321321                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    322322                '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' .
    323                 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     323                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    324324        );
    325325}
  • trunk/src/wp-admin/edit-link-form.php

    r44214 r45140  
    7373        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    7474        '<p>' . __( '<a href="https://codex.wordpress.org/Links_Add_New_Screen">Documentation on Creating Links</a>' ) . '</p>' .
    75         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     75        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    7676);
    7777
  • trunk/src/wp-admin/edit-tags.php

    r44516 r45140  
    305305        }
    306306
    307         $help .= '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>';
     307        $help .= '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>';
    308308
    309309        get_current_screen()->set_help_sidebar( $help );
  • trunk/src/wp-admin/edit.php

    r44277 r45140  
    258258                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    259259                '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Screen">Documentation on Managing Posts</a>' ) . '</p>' .
    260                 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     260                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    261261        );
    262262
     
    283283                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    284284                '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen">Documentation on Managing Pages</a>' ) . '</p>' .
    285                 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     285                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    286286        );
    287287
  • trunk/src/wp-admin/export.php

    r43571 r45140  
    5656        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    5757        '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Export_Screen">Documentation on Export</a>' ) . '</p>' .
    58         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     58        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5959);
    6060
  • trunk/src/wp-admin/import.php

    r44417 r45140  
    3030        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    3131        '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Import_Screen">Documentation on Import</a>' ) . '</p>' .
    32         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     32        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3333);
    3434
  • trunk/src/wp-admin/link-manager.php

    r42343 r45140  
    7070        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    7171        '<p>' . __( '<a href="https://codex.wordpress.org/Links_Screen">Documentation on Managing Links</a>' ) . '</p>' .
    72         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     72        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    7373);
    7474
  • trunk/src/wp-admin/media-new.php

    r42343 r45140  
    5959        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    6060        '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen">Documentation on Uploading Media Files</a>' ) . '</p>' .
    61         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     61        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    6262);
    6363
  • trunk/src/wp-admin/media.php

    r43571 r45140  
    9494                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    9595                        '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' .
    96                         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     96                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    9797                );
    9898
  • trunk/src/wp-admin/my-sites.php

    r43571 r45140  
    5050        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    5151        '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen">Documentation on My Sites</a>' ) . '</p>' .
    52         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     52        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5353);
    5454
  • trunk/src/wp-admin/nav-menus.php

    r44905 r45140  
    594594        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    595595        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Menus_Screen">Documentation on Menus</a>' ) . '</p>' .
    596         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     596        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    597597);
    598598
  • trunk/src/wp-admin/network.php

    r42343 r45140  
    7979        '<p>' . __( '<a href="https://codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' .
    8080        '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>' .
    81         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     81        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    8282);
    8383
  • trunk/src/wp-admin/network/settings.php

    r43571 r45140  
    6262        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    6363        '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Settings_Screen">Documentation on Network Settings</a>' ) . '</p>' .
    64         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     64        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    6565);
    6666
  • trunk/src/wp-admin/network/themes.php

    r43571 r45140  
    245245        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    246246        '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>' ) . '</p>' .
    247         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     247        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    248248);
    249249
  • trunk/src/wp-admin/network/upgrade.php

    r44926 r45140  
    3030        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    3131        '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Updates_Screen">Documentation on Upgrade Network</a>' ) . '</p>' .
    32         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     32        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3333);
    3434
  • trunk/src/wp-admin/options-discussion.php

    r44683 r45140  
    3030        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    3131        '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Discussion_Screen">Documentation on Discussion Settings</a>' ) . '</p>' .
    32         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     32        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3333);
    3434
  • trunk/src/wp-admin/options-general.php

    r44946 r45140  
    4747        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    4848        '<p>' . __( '<a href="https://codex.wordpress.org/Settings_General_Screen">Documentation on General Settings</a>' ) . '</p>' .
    49         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     49        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5050);
    5151
  • trunk/src/wp-admin/options-media.php

    r43571 r45140  
    3636        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    3737        '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Media_Screen">Documentation on Media Settings</a>' ) . '</p>' .
    38         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     38        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3939);
    4040
  • trunk/src/wp-admin/options-permalink.php

    r44574 r45140  
    5151        '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Permalinks_Screen">Documentation on Permalinks Settings</a>' ) . '</p>' .
    5252        '<p>' . __( '<a href="https://codex.wordpress.org/Using_Permalinks">Documentation on Using Permalinks</a>' ) . '</p>' .
    53         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     53        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5454);
    5555
  • trunk/src/wp-admin/options-reading.php

    r43571 r45140  
    4242        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    4343        '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Reading_Screen">Documentation on Reading Settings</a>' ) . '</p>' .
    44         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     44        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    4545);
    4646
  • trunk/src/wp-admin/options-writing.php

    r43571 r45140  
    5151        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    5252        '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Writing_Screen">Documentation on Writing Settings</a>' ) . '</p>' .
    53         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     53        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5454);
    5555
  • trunk/src/wp-admin/plugin-editor.php

    r44617 r45140  
    141141                '<p>' . __( '<a href="https://codex.wordpress.org/Plugins_Editor_Screen">Documentation on Editing Plugins</a>' ) . '</p>' .
    142142                '<p>' . __( '<a href="https://codex.wordpress.org/Writing_a_Plugin">Documentation on Writing Plugins</a>' ) . '</p>' .
    143                 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     143                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    144144        );
    145145
  • trunk/src/wp-admin/plugin-install.php

    r42343 r45140  
    104104        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    105105        '<p>' . __( '<a href="https://codex.wordpress.org/Plugins_Add_New_Screen">Documentation on Installing Plugins</a>' ) . '</p>' .
    106         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     106        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    107107);
    108108
  • trunk/src/wp-admin/plugins.php

    r44973 r45140  
    463463        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    464464        '<p>' . __( '<a href="https://codex.wordpress.org/Managing_Plugins#Plugin_Management">Documentation on Managing Plugins</a>' ) . '</p>' .
    465         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     465        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    466466);
    467467
  • trunk/src/wp-admin/revision.php

    r43571 r45140  
    138138$revisions_sidebar  = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';
    139139$revisions_sidebar .= '<p>' . __( '<a href="https://codex.wordpress.org/Revision_Management">Revisions Management</a>' ) . '</p>';
    140 $revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>';
     140$revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>';
    141141
    142142get_current_screen()->set_help_sidebar( $revisions_sidebar );
  • trunk/src/wp-admin/theme-editor.php

    r45080 r45140  
    5353        '<p>' . __( '<a href="https://codex.wordpress.org/Editing_Files">Documentation on Editing Files</a>' ) . '</p>' .
    5454        '<p>' . __( '<a href="https://codex.wordpress.org/Template_Tags">Documentation on Template Tags</a>' ) . '</p>' .
    55         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     55        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5656);
    5757
  • trunk/src/wp-admin/theme-install.php

    r44975 r45140  
    128128        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    129129        '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes#Adding_New_Themes">Documentation on Adding New Themes</a>' ) . '</p>' .
    130         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     130        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    131131);
    132132
  • trunk/src/wp-admin/themes.php

    r44973 r45140  
    143143        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    144144        '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' .
    145         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     145        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    146146);
    147147
  • trunk/src/wp-admin/tools.php

    r43571 r45140  
    3434                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    3535                '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Screen">Documentation on Tools</a>' ) . '</p>' .
    36                 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     36                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3737        );
    3838}
  • trunk/src/wp-admin/update-core.php

    r45080 r45140  
    642642        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    643643        '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Updates_Screen">Documentation on Updating WordPress</a>' ) . '</p>' .
    644         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     644        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    645645);
    646646
  • trunk/src/wp-admin/upload.php

    r43571 r45140  
    7474                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    7575                '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' .
    76                 '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     76                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    7777        );
    7878
     
    248248        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    249249        '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' .
    250         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     250        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    251251);
    252252
  • trunk/src/wp-admin/user-edit.php

    r44895 r45140  
    6666        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    6767        '<p>' . __( '<a href="https://codex.wordpress.org/Users_Your_Profile_Screen">Documentation on User Profiles</a>' ) . '</p>' .
    68         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     68        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    6969);
    7070
  • trunk/src/wp-admin/user-new.php

    r45137 r45140  
    252252        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    253253        '<p>' . __( '<a href="https://codex.wordpress.org/Users_Add_New_Screen">Documentation on Adding New Users</a>' ) . '</p>' .
    254         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     254        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    255255);
    256256
  • trunk/src/wp-admin/users.php

    r44967 r45140  
    7474        '<p>' . __( '<a href="https://codex.wordpress.org/Users_Screen">Documentation on Managing Users</a>' ) . '</p>' .
    7575        '<p>' . __( '<a href="https://codex.wordpress.org/Roles_and_Capabilities">Descriptions of Roles and Capabilities</a>' ) . '</p>' .
    76         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     76        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    7777);
    7878
  • trunk/src/wp-admin/widgets.php

    r43571 r45140  
    8282        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    8383        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Widgets_Screen">Documentation on Widgets</a>' ) . '</p>' .
    84         '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
     84        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    8585);
    8686
  • trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php

    r43571 r45140  
    120120        $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' .
    121121                '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
    122                 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>', 'twentyeleven' ) . '</p>';
     122                '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>';
    123123
    124124        $screen = get_current_screen();
  • trunk/src/wp-content/themes/twentyeleven/languages/twentyeleven.pot

    r44730 r45140  
    490490
    491491#: inc/theme-options.php:122
    492 msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support Forums</a>"
     492msgid "<a href=\"https://wordpress.org/support/\" target=\"_blank\">Support</a>"
    493493msgstr ""
    494494
  • trunk/src/wp-includes/admin-bar.php

    r44973 r45140  
    171171                        'parent' => 'wp-logo-external',
    172172                        'id'     => 'support-forums',
    173                         'title'  => __( 'Support Forums' ),
     173                        'title'  => __( 'Support' ),
    174174                        'href'   => __( 'https://wordpress.org/support/' ),
    175175                )
  • trunk/src/wp-includes/wp-db.php

    r45035 r45140  
    11291129                                        /* translators: %s: support forums URL */
    11301130                                        __( 'If you don&#8217;t 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>.' ),
    1131                                         __( 'https://wordpress.org/support/' )
     1131                                        __( 'https://wordpress.org/support/forums/' )
    11321132                                ) . "</p>\n";
    11331133
     
    16741674                                /* translators: %s: support forums URL */
    16751675                                __( 'If you&#8217;re 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>.' ),
    1676                                 __( 'https://wordpress.org/support/' )
     1676                                __( 'https://wordpress.org/support/forums/' )
    16771677                        ) . "</p>\n";
    16781678
     
    18321832                        /* translators: %s: support forums URL */
    18331833                        __( 'If you&#8217;re 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>.' ),
    1834                         __( 'https://wordpress.org/support/' )
     1834                        __( 'https://wordpress.org/support/forums/' )
    18351835                ) . "</p>\n";
    18361836
Note: See TracChangeset for help on using the changeset viewer.