- Timestamp:
- Sep 7, 2010, 2:21:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r650 r652 9 9 function comment_quicktags_plus_patch(){ 10 10 $active_plugins = get_option('active_plugins'); 11 if (in_array('comment-quicktags/comment_quicktags_plus.php',$active_plugins,true)){12 ob_end_flush();11 foreach($active_plugins as $active_plugin){ 12 if(preg_match('/comment_quicktags_plus\.php/',$active_plugin)) ob_end_flush(); 13 13 } 14 14 }
Note: See TracChangeset
for help on using the changeset viewer.