Skip to content

Commit

Permalink
Improve accessibility of menu, #673
Browse files Browse the repository at this point in the history
Signed-off-by: James Hunt <[email protected]>
  • Loading branch information
thetwopct committed Aug 22, 2024
1 parent 1b9f089 commit 0f21a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/wp-content/themes/lfevents/library/lfe-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ function lfe_get_other_events( $parent_id, $background_style, $menu_text_color )

echo '<li class="page_item page_item_has_children other-events">';
if ( is_lfeventsci() ) {
echo '<a>View All Events</a>';
echo '<a href="#">View All Events</a>';
} else {
echo '<a>查看所有活动<br>View All Events</a>';
echo '<a href="#">查看所有活动<br>View All Events</a>';
}
echo '<ul class="children" style="' . esc_html( $background_style ) . '">';
$lfes_hide_all_upcoming_link = get_post_meta( $parent_id, 'lfes_hide_all_upcoming_link', true );
Expand Down

0 comments on commit 0f21a3b

Please sign in to comment.