You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/readme.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ <h2>Installation: Famous 5-minute install</h2>
26
26
<li>Open <spanclass="file"><ahref="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
27
27
</ol>
28
28
</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 <ahref="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 <ahref="https://wordpress.org/support/forums/" title="WordPress support">support forums</a> with as much data as you can gather.</li>
30
30
<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>
31
31
<li>The installer should then send you to the <ahref="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 “Profile” to change the password.</li>
32
32
</ol>
@@ -74,15 +74,15 @@ <h2>Online Resources</h2>
74
74
<dd>This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
77
-
<dt><ahref="https://wordpress.org/support/">WordPress Support Forums</a></dt>
77
+
<dt><ahref="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt>
78
78
<dd>If you’ve looked everywhere and still can’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>
<dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<ahref="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
81
81
</dl>
82
82
83
83
<h2>Final Notes</h2>
84
84
<ul>
85
-
<li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <ahref="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 <ahref="https://wordpress.org/support/forums/">Support Forums</a>.</li>
86
86
<li>WordPress has a robust plugin <abbrtitle="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <ahref="https://developer.wordpress.org/plugins/">Plugin Developer Handbook</a>. You shouldn’t modify any of the core code.</li>
$about_pages = '<p>' . __( 'Pages are similar to posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest pages under other pages by making one the “Parent” of the other, creating a group of pages.' ) . '</p>' .
@@ -302,7 +302,7 @@
302
302
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
303
303
'<p>' . __( '<a href="https://codex.wordpress.org/Pages_Add_New_Screen">Documentation on Adding New Pages</a>' ) . '</p>' .
0 commit comments