/** * End a column */ function ecolumn() { _bw_c("start ecolumn"); ediv("meta-box-sortables"); ediv("postbox-container"); ediv("metabox-holder"); _bw_c("end ecolumn"); }
function bw_debug($text) { global $oktop, $bw_debug_on; if ($bw_debug_on) { if ($oktop) { p($bw_debug_on . $text); } else { _bw_c($text); } } }