Changes between Version 1 and Version 2 of Ticket #1884, comment 3
- Timestamp:
- 08/07/2012 02:44:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1884, comment 3
v1 v2 1 For what it's worth, I've more or less implemented some BBCode clean-up code when I developped my migration pluginfrom e107 to WordPress+bbPress.1 For what it's worth, I've more or less implemented some BBCode clean-up code when I developped my [http://wordpress.org/extend/plugins/e107-importer/ migration plugin] from e107 to WordPress+bbPress. 2 2 3 3 You'll find my code there: http://plugins.trac.wordpress.org/browser/e107-importer/trunk/e107-importer.php#L1289 (see the ```pre_cleanup_markup()``` and ```post_cleanup_markup()``` methods). This might inspire you for the feature you're requesting.