Skip to content

Commit dd5cd12

Browse files
authored
Add Events to submenu (#546)
Removes WordCamp and Meetups link, and replaces with Events site.
1 parent 49aeef3 commit dd5cd12

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

mu-plugins/blocks/global-header-footer/blocks.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -544,13 +544,8 @@ function get_global_menu_items() {
544544
'type' => 'custom',
545545
),
546546
array(
547-
'title' => esc_html_x( 'WordCamp ↗︎', 'Menu item title', 'wporg' ),
548-
'url' => 'https://central.wordcamp.org/',
549-
'type' => 'custom',
550-
),
551-
array(
552-
'title' => esc_html_x( 'Meetups ↗︎', 'Menu item title', 'wporg' ),
553-
'url' => 'https://www.meetup.com/pro/wordpress/',
547+
'title' => esc_html_x( 'Events', 'Menu item title', 'wporg' ),
548+
'url' => 'https://events.wordpress.org/',
554549
'type' => 'custom',
555550
),
556551
array(

0 commit comments

Comments
 (0)