Skip to content

Commit

Permalink
Merge branch 'eri-trabiccolo-hu_set_option' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed Jun 6, 2017
2 parents 835662f + 4cf3a31 commit 12cfc58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/class-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ function hu_get_theme_options ( $option_group = null ) {
*/
function hu_set_option( $option_name , $option_value, $option_group = null ) {
$option_group = is_null($option_group) ? HU_THEME_OPTIONS : $option_group;
$_options = $this -> hu_get_theme_options( $option_group );

//Get raw to :
//avoid filtering
Expand Down

0 comments on commit 12cfc58

Please sign in to comment.