You appear to be a bot. Output may be restricted
Description
Usage
_oik_themes_update_settings( $theme );
Parameters
- $theme
- ( mixed ) required –
Returns
voidSource
File name: oik/libs/oik_themes.phpLines:
1 to 9 of 9
function _oik_themes_update_settings( $theme ) { $field = bw_array_get( $theme, "theme", null ); if ( $theme ) { unset( $theme['theme'] ); bw_update_option( $field, $theme, "bw_themes" ); } else { //gobang(); } }View on GitHub View on Trac