Skip to content

Commit

Permalink
Add Events to submenu (#546)
Browse files Browse the repository at this point in the history
Removes WordCamp and Meetups link, and replaces with Events site.
  • Loading branch information
pkevan authored Dec 13, 2023
1 parent 49aeef3 commit dd5cd12
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions mu-plugins/blocks/global-header-footer/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,8 @@ function get_global_menu_items() {
'type' => 'custom',
),
array(
'title' => esc_html_x( 'WordCamp ↗︎', 'Menu item title', 'wporg' ),
'url' => 'https://central.wordcamp.org/',
'type' => 'custom',
),
array(
'title' => esc_html_x( 'Meetups ↗︎', 'Menu item title', 'wporg' ),
'url' => 'https://www.meetup.com/pro/wordpress/',
'title' => esc_html_x( 'Events', 'Menu item title', 'wporg' ),
'url' => 'https://events.wordpress.org/',
'type' => 'custom',
),
array(
Expand Down

0 comments on commit dd5cd12

Please sign in to comment.