You appear to be a bot. Output may be restricted
Description
Usage
oik_bmc_add_oik_bmc();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-categories.phpLines:
1 to 17 of 17
function oik_bmc_add_oik_bmc( ) { global $bw_bmc; $bw_bmc['args']['time'] = bw_array_get( $_REQUEST, "time", null ); bw_trace2( $bw_bmc, "bw_bmc", false); bw_form(); stag( "table", "wide-fat" ); //$types = bw_list_registered_post_types(); //bw_select( "type", "Time", null, array( "#options" => $types ) ); //$taxonomies = bw_list_categories(); // bw_select( "category", "Category", null, array( "#options" => $taxonomies )) ; bw_tablerow( array( "Category", oik_batchmove_category_select( "category", "" ) ) ); bw_textfield( "time", 5, "time", stripslashes( $bw_bmc['args']['time'] ) ); etag( "table" ); p( isubmit( "_oik_bmc_add_oik_bmc", "Add new category to time", null, "button-primary" ) ); etag( "form" ); }View on GitHub View on Trac