- Timestamp:
- Sep 6, 2010, 4:39:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/add_xpress_process.php
r576 r650 7 7 } 8 8 9 function comment_quicktags_plus_patch(){ 10 $active_plugins = get_option('active_plugins'); 11 if (in_array('comment-quicktags/comment_quicktags_plus.php',$active_plugins,true)) { 12 ob_end_flush(); 13 } 14 } 9 15 function safe_site_url(){ 10 16 global $xoops_config,$blog_id,$blogname; … … 157 163 else 158 164 require_once( ABSPATH . WPINC . '/template-loader.php' ); 165 comment_quicktags_plus_patch(); 159 166 $wp_output = ob_get_contents(); 160 167 ob_end_clean();
Note: See TracChangeset
for help on using the changeset viewer.