We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49aeef3 commit dd5cd12Copy full SHA for dd5cd12
mu-plugins/blocks/global-header-footer/blocks.php
@@ -544,13 +544,8 @@ function get_global_menu_items() {
544
'type' => 'custom',
545
),
546
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/',
+ 'title' => esc_html_x( 'Events', 'Menu item title', 'wporg' ),
+ 'url' => 'https://events.wordpress.org/',
554
555
556
0 commit comments