mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
More semantic tags.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
856908564f
commit
68c30393e1
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
// Define the quick tags
|
// Define the quick tags
|
||||||
bbcode = new Array();
|
bbcode = new Array();
|
||||||
bbtags = new Array('<b>','</b>','<i>','</i>','<u>','</u>','<strike>','</strike>','<blockquote>','</blockquote>','<p>','</p>','<li>','</li>','<img src="" border="0" alt="" />','','<a href="">','</a>');
|
bbtags = new Array('<strong>','</strong>','<em>','</em>','<u>','</u>','<del>','</del>','<blockquote>','</blockquote>','<p>','</p>','<li>','</li>','<img src="" border="0" alt="" />','','<a href="">','</a>');
|
||||||
imageTag = false;
|
imageTag = false;
|
||||||
|
|
||||||
// Replacement for arrayname.length property
|
// Replacement for arrayname.length property
|
||||||
|
Loading…
Reference in New Issue
Block a user