Skip to content

Commit

Permalink
Merge pull request #13 from 1minus1limited/bugfix-content-helper-clas…
Browse files Browse the repository at this point in the history
…s-function

Fix method call in content helper
  • Loading branch information
Harry Finn committed Jan 30, 2017
2 parents ef565c8 + 0921b0b commit bc7914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class.content-helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct() {

public function omo_default_wp_nav_menu_args($args) {
if(has_nav_menu($args['theme_location']) === false) {
$args['fallback_cb'] = omo_default_menu_fallback($args);
$args['fallback_cb'] = $this->omo_default_menu_fallback($args);
}

return $args;
Expand Down

0 comments on commit bc7914f

Please sign in to comment.