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