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 855cbd9 commit 326254dCopy full SHA for 326254d
mu-plugins/blocks/global-header-footer/footer.php
@@ -138,7 +138,7 @@
138
<?php if ( ! empty( $locale_title ) ) : ?>
139
<!-- wp:paragraph {"className":"global-footer__wporg-locale-title"} -->
140
<p class="global-footer__wporg-locale-title">
141
- <a href="https://make.wordpress.org/polyglots/teams/">
+ <a href="<?php echo esc_url( add_query_arg( 'locale', get_locale(), 'https://make.wordpress.org/polyglots/teams/' ) ); ?>">
142
<?php echo esc_html( $locale_title ); ?>
143
</a>
144
</p>
0 commit comments