mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
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
|
||||
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;
|
||||
|
||||
// Replacement for arrayname.length property
|
||||
|
Loading…
x
Reference in New Issue
Block a user