You appear to be a bot. Output may be restricted
Description
Usage
oik_bmt_add_oik_bmt();
Parameters
Returns
void
Source
File name: oik-batchmove/admin/oik-batchmove-tags.php
Lines:
1 to 16 of 16
function oik_bmt_add_oik_bmt( ) { global $bw_bmt; bw_form(); stag( "table", "wide-fat" ); //$types = bw_list_registered_post_types(); //bw_select( "type", "Time", null, array( "#options" => $types ) ); //$taxonomies = bw_list_tags(); // bw_select( "tag", "Tag", null, array( "#options" => $taxonomies )) ; //bw_tablerow( array( "Tag", oik_batchmove_tag_select( "tag", "" ) ) ); oik_batchmove_tag_select(); bw_textfield( "time", 5, "time", stripslashes( $bw_bmt['args']['time'] ) ); etag( "table" ); p( isubmit( "_oik_bmt_add_oik_bmt", "Add new tag to time", null, "button-primary" ) ); etag( "form" ); }