More semantic tags.
git-svn-id: https://develop.svn.wordpress.org/trunk@11 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1034ce8fe8
commit
354ce431c1
@ -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