diff --git a/mu-plugins/blocks/global-header-footer/blocks.php b/mu-plugins/blocks/global-header-footer/blocks.php index 68e4bf51f..937a098c1 100644 --- a/mu-plugins/blocks/global-header-footer/blocks.php +++ b/mu-plugins/blocks/global-header-footer/blocks.php @@ -523,6 +523,11 @@ function get_global_menu_items() { ), ), ), + array( + 'title' => esc_html_x( 'Events', 'Menu item title', 'wporg' ), + 'url' => 'https://events.wordpress.org/', + 'type' => 'custom', + ), array( 'title' => esc_html_x( 'Community', 'Menu item title', 'wporg' ), 'url' => '#', @@ -543,16 +548,6 @@ function get_global_menu_items() { 'url' => 'https://wordpress.org/five-for-the-future/', '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/', - 'type' => 'custom', - ), array( 'title' => esc_html_x( 'Job Board ↗︎', 'Menu item title', 'wporg' ), 'url' => 'https://jobs.wordpress.net/',