Skip to:
Content

bbPress.org

Changes between Version 1 and Version 2 of Ticket #1884, comment 3


Ignore:
Timestamp:
08/07/2012 02:44:18 PM (11 years ago)
Author:
Coolkevman
Comment:

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 plugin from e107 to WordPress+bbPress.
     1For 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.
    22
    33You'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.