Skip to content

Commit

Permalink
Merge pull request #156 from borsodigerii/master
Browse files Browse the repository at this point in the history
Fixed issue #155
  • Loading branch information
bueltge authored Dec 9, 2022
2 parents 07bf636 + 93d320e commit 20492c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc-options/admin_bar_frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
$message = '';
if ( ! empty( $admin_bar_frontend_items ) && is_array( $admin_bar_frontend_items ) ) {
foreach ( $admin_bar_frontend_items as $key => $value ) {

$value = (is_object($value)) ? $value : (object) $value;
$is_parent = ! empty( $value->parent );
$has_link = ! empty( $value->href );
// No title on the item.
Expand Down

0 comments on commit 20492c9

Please sign in to comment.