Skip to content

Commit

Permalink
Remove links to Swag store (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz authored May 27, 2024
1 parent deb2382 commit 7dcb3c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions mu-plugins/blocks/global-header-footer/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,6 @@ function get_global_menu_items() {
'url' => 'https://wordpress.org/gutenberg/',
'type' => 'custom',
),
array(
'title' => esc_html_x( 'Swag Store ↗︎', 'Menu item title', 'wporg' ),
'url' => 'https://mercantile.wordpress.org/',
'type' => 'custom',
),
),
),
);
Expand Down
3 changes: 0 additions & 3 deletions mu-plugins/blocks/global-header-footer/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
<!-- wp:list-item -->
<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://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 7dcb3c8

Please sign in to comment.