Skip to content

Commit

Permalink
Fixed fallback args extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
PlanBrewski committed Sep 27, 2013
1 parent 0d7c5f4 commit 5de602e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wp_bootstrap_navwalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ function display_element( $element, &$children_elements, $max_depth, $depth, $ar

function fallback( $args ) {
if ( current_user_can( 'manage_options' ) ) {

extract( $args );

$fb_output = null;

if ( $container ) {
Expand Down

0 comments on commit 5de602e

Please sign in to comment.