Changeset 15081
- Timestamp:
- 08/17/2026 01:51:41 PM (4 weeks ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates
- Files:
-
- 2 edited
-
index-locales.php (modified) (1 diff)
-
locale-projects.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/index-locales.php
r6342 r15081 41 41 isset( $contributors_count[ $locale->slug ] ) ? $contributors_count[ $locale->slug ] : 0 42 42 ); 43 echo gp_link_get( 'https://make.wordpress.org/polyglots/teams/?locale=' . $locale->wp_locale, $contributors );44 43 ?> 44 <a href="<?php echo esc_url( 'https://make.wordpress.org/polyglots/teams/?locale=' . $locale->wp_locale ); ?>"><?php echo $contributors; ?></a> 45 45 </div> 46 46 <div class="percent"> -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-projects.php
r12439 r15081 57 57 isset( $contributors_count[ $locale->slug ] ) ? $contributors_count[ $locale->slug ] : 0 58 58 ); 59 echo gp_link_get( 'https://make.wordpress.org/polyglots/teams/?locale=' . $locale->wp_locale, $contributors );60 59 ?> 60 <a href="<?php echo esc_url( 'https://make.wordpress.org/polyglots/teams/?locale=' . $locale->wp_locale );?>"><?php echo $contributors; ?></a> 61 61 </div> 62 62 </div> … … 212 212 <div class="project-top"> 213 213 <div class="project-icon"> 214 < ?php echo gp_link_get( $project_url, $project_icon ) ?>214 <a href="<?php echo esc_url( $project_url ); ?>"><?php echo $project_icon; ?></a> 215 215 </div> 216 216
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)