Changeset 6284 for trunk/src/includes/admin/converters/SimplePress5.php
- Timestamp:
- 02/03/2017 08:36:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/SimplePress5.php
r5951 r6284 608 608 609 609 // Parse out any bbCodes with the BBCode 'parser.php' 610 require_once ( bbpress()->admin->admin_dir . 'parser.php' );610 require_once bbpress()->admin->admin_dir . 'parser.php'; 611 611 $bbcode = BBCode::getInstance(); 612 612 $bbcode->enable_smileys = false;
Note: See TracChangeset
for help on using the changeset viewer.