Make WordPress Core


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.