Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions mu-plugins/blocks/global-header-footer/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '#',
Expand All @@ -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/',
Expand Down