You appear to be a bot. Output may be restricted
Description
Edit the tag to time relationship
Usage
oik_bmt_edit_bmt();
Parameters
Returns
void
Source
File name: oik-batchmove/admin/oik-batchmove-tags.php
Lines:
1 to 16 of 16
function oik_bmt_edit_bmt( ) { global $bw_bmt; bw_form(); stag( "table", "wide-fat" ); bw_tablerow( array( "Relationship", $bw_bmt['args']['bmt'] . ihidden( 'bmt', $bw_bmt['args']['bmt']) ) ); //bw_textfield( "bmt", 20, "Post bmt", $bw_bmt['args']['bmt'] ); //bw_textfield( "type", 30, "Time", stripslashes( $bw_bmt['args']['type'] ) ); //$field = esc_textarea( $bw_bmt['args']['field'] ); //bw_trace2( $field, "esc_textarea field", false ); bw_textfield( "tag", 100, "tag", stripslashes( $bw_bmt['args']['tag'] ) ); //bw_checkbox( "hierarchical", "Hierarchical bmt?", $bw_bmt['args']["hierarchical"] ); etag( "table" ); p( isubmit( "_oik_bmt_edit_bmt", "Change relationship", null, "button-primary" ) ); etag( "form" ); }