Changeset 815 for trunk/HTML/BBCodeParser2.php
- Timestamp:
- Feb 22, 2015, 11:05:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HTML/BBCodeParser2.php
r760 r815 140 140 */ 141 141 var $_filters = array(); 142 142 143 143 /** 144 144 * Constructor, initialises the options and filters … … 146 146 * Sets options to properly escape the tag 147 147 * characters in preg_replace() etc. 148 * 148 * 149 149 * All the filters in the options are initialised and their defined tags 150 150 * are copied into the private variable _definedTags.
Note:
See TracChangeset
for help on using the changeset viewer.