Changeset 650
- Timestamp:
- Sep 6, 2010, 4:39:53 PM (14 years ago)
- Location:
- trunk/xpressme_integration_kit/include
- Files:
-
- 2 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(); -
trunk/xpressme_integration_kit/include/xpress_block_header.php
r580 r650 65 65 ob_start(); 66 66 wp_head(); 67 comment_quicktags_plus_patch(); 67 68 $header_str = ob_get_contents(); 68 69 ob_end_clean();
Note: See TracChangeset
for help on using the changeset viewer.