Skip to content

Commit 7dfa6b2

Browse files
authored
Add Five for the Future link to global footer (#619)
Replaces the Swag store link which has been removed while the store is closed.
1 parent 4be8166 commit 7dfa6b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
<!-- wp:list-item -->
9292
<li><a href="https://wordpressfoundation.org/donate/"><?php echo esc_html_x( 'Donate ↗', 'Menu item title', 'wporg' ); ?></a></li>
9393
<!-- /wp:list-item -->
94+
<!-- wp:list-item -->
95+
<li><a href="https://wordpress.org/five-for-the-future/"><?php echo esc_html_x( 'Five for the Future', 'Menu item title', 'wporg' ); ?></a></li>
96+
<!-- /wp:list-item -->
9497
</ul>
9598
<!-- /wp:list -->
9699

0 commit comments

Comments
 (0)