diff --git a/src/readme.html b/src/readme.html
index 5caccc4..d1cc1ba 100644
a
|
b
|
|
76 | 76 | <dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd> |
77 | 77 | <dt><a href="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> |
79 | | <dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt> |
| 79 | <dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr>IRC</abbr> Channel</a></dt> |
80 | 80 | <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. (<a href="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 | 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> |
86 | | <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’t modify any of the core code.</li> |
| 86 | <li>WordPress has a robust plugin <abbr>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’t modify any of the core code.</li> |
87 | 87 | </ul> |
88 | 88 | |
89 | 89 | <h2>Share the Love</h2> |
… |
… |
|
92 | 92 | <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/" title="Donate to WordPress">donating</a>.</p> |
93 | 93 | |
94 | 94 | <h2>License</h2> |
95 | | <p>WordPress is free software, and is released under the terms of the <abbr title="GNU General Public License">GPL</abbr> version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p> |
| 95 | <p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p> |
96 | 96 | |
97 | 97 | </body> |
98 | 98 | </html> |