[Comoblog-commit] comoblog/modules/mod_markup mod_markup_post_filter.php,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-09 01:37:46
|
Update of /cvsroot/comoblog/comoblog/modules/mod_markup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11987/mod_markup Added Files: mod_markup_post_filter.php Log Message: RFE: 1280308 - Add mod_markup filter module to CVS. This is the prework for being able to support Image posts embedded in markup referencing remote URLs --- NEW FILE: mod_markup_post_filter.php --- <?php require_once (dirname(__FILE__).'/include/mod_markup.inc.php'); $post = markup($post); ?> |