Skip to content

Commit 49aeef3

Browse files
authored
Add Events and remove WordCamp. (#516)
1 parent 14ce46d commit 49aeef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@
8686
<li><a href="https://make.wordpress.org/"><?php echo esc_html_x( 'Get Involved', 'Menu item title', 'wporg' ); ?></a></li>
8787
<!-- /wp:list-item -->
8888
<!-- wp:list-item -->
89-
<li><a href="https://wordpressfoundation.org/donate/"><?php echo esc_html_x( 'Donate ↗', 'Menu item title', 'wporg' ); ?></a></li>
89+
<li><a href="https://events.wordpress.org/"><?php echo esc_html_x( 'Events', 'Menu item title', 'wporg' ); ?></a></li>
9090
<!-- /wp:list-item -->
9191
<!-- wp:list-item -->
92-
<li><a href="https://mercantile.wordpress.org/"><?php echo esc_html_x( 'Swag Store', 'Menu item title', 'wporg' ); ?></a></li>
92+
<li><a href="https://wordpressfoundation.org/donate/"><?php echo esc_html_x( 'Donate', 'Menu item title', 'wporg' ); ?></a></li>
9393
<!-- /wp:list-item -->
9494
<!-- wp:list-item -->
95-
<li><a href="https://central.wordcamp.org/"><?php echo esc_html_x( 'WordCamp', 'Menu item title', 'wporg' ); ?></a></li>
95+
<li><a href="https://mercantile.wordpress.org/"><?php echo esc_html_x( 'Swag Store', 'Menu item title', 'wporg' ); ?></a></li>
9696
<!-- /wp:list-item -->
9797
</ul>
9898
<!-- /wp:list -->

0 commit comments

Comments
 (0)