Skip to content

Commit

Permalink
Add Events and remove WordCamp. (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego authored Dec 13, 2023
1 parent 14ce46d commit 49aeef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mu-plugins/blocks/global-header-footer/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
<li><a href="https://make.wordpress.org/"><?php echo esc_html_x( 'Get Involved', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><a href="https://wordpressfoundation.org/donate/"><?php echo esc_html_x( 'Donate ↗', 'Menu item title', 'wporg' ); ?></a></li>
<li><a href="https://events.wordpress.org/"><?php echo esc_html_x( 'Events', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><a href="https://mercantile.wordpress.org/"><?php echo esc_html_x( 'Swag Store', 'Menu item title', 'wporg' ); ?></a></li>
<li><a href="https://wordpressfoundation.org/donate/"><?php echo esc_html_x( 'Donate', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
<!-- wp:list-item -->
<li><a href="https://central.wordcamp.org/"><?php echo esc_html_x( 'WordCamp', 'Menu item title', 'wporg' ); ?></a></li>
<li><a href="https://mercantile.wordpress.org/"><?php echo esc_html_x( 'Swag Store', 'Menu item title', 'wporg' ); ?></a></li>
<!-- /wp:list-item -->
</ul>
<!-- /wp:list -->
Expand Down

0 comments on commit 49aeef3

Please sign in to comment.