Make WordPress Core

Changeset 11


Ignore:
Timestamp:
04/23/2003 01:26:43 AM (22 years ago)
Author:
saxmatt
Message:

More semantic tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2quicktags.js

    r8 r11  
    44// Define the quick tags
    55bbcode = new Array();
    6 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>');
     6bbtags = new Array('<strong>','</strong>','<em>','</em>','<u>','</u>','<del>','</del>','<blockquote>','</blockquote>','<p>','</p>','<li>','</li>','<img src="" border="0" alt="" />','','<a href="">','</a>');
    77imageTag = false;
    88
Note: See TracChangeset for help on using the changeset viewer.