You appear to be a bot. Output may be restricted
Description
Update the tag to time relationship
Usage
_oik_bmt_update_bmt( $bw_bmt );
Parameters
- $bw_bmt
- ( mixed ) required –
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-tags.phpLines:
1 to 9 of 9
function _oik_bmt_update_bmt( $bw_bmt ) { $bmt = bw_array_get( $bw_bmt['args'], "bmt", null ); if ( $bmt ) { unset( $bw_bmt['args']['bmt'] ); bw_update_option( $bmt, $bw_bmt, "bw_bmts" ); } else { bw_trace2( $bmt, "Logic error?" ); } }View on GitHub View on Trac