コード例 #1
0
ファイル: sbm.php プロジェクト: 64kbytes/stayinba
function register_widget_control($name, $callback, $width = false, $height = false)
{
    // Chop off W & H, not needed
    K2SBM::register_sidebar_module_control($name, $callback);
}