Make WordPress Core


Ignore:
Timestamp:
04/08/2019 10:58:49 PM (6 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/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>
Note: See TracChangeset for help on using the changeset viewer.