XPressME Integration Kit

Trac


Ignore:
Timestamp:
Sep 10, 2010, 9:44:39 PM (14 years ago)
Author:
toemon
Message:

comment_quicktags_plusプラグイン対応 #Fixes367
ネストレベルをみてバッファをフラッシュするように変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/xpress_block_header.php

    r650 r655  
    6464 
    6565                ob_start();      
     66                        $now_ob_level = ob_get_level();          
    6667                        wp_head(); 
    67                         comment_quicktags_plus_patch(); 
     68                        ob_end_flush_child($now_ob_level); 
    6869                        $header_str = ob_get_contents(); 
    6970                ob_end_clean(); 
Note: See TracChangeset for help on using the changeset viewer.