Changeset 5502 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes.php
- Timestamp:
- 05/21/2017 01:51:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes.php
r4187 r5502 34 34 <li><span>Projects</span> 35 35 <ul> 36 <li><a href="<?php echo gp_url_join( gp_url_project( $project ), 'contributors'); ?>">Contributors</a></li>37 <li><a href="<?php echo gp_url_join( gp_url_project( $project ), 'language-packs'); ?>">Language Packs</a></li>36 <li><a href="<?php echo esc_url( gp_url_join( gp_url_project( $project ), 'contributors' ) ); ?>">Contributors</a></li> 37 <li><a href="<?php echo esc_url( gp_url_join( gp_url_project( $project ), 'language-packs' ) ); ?>">Language Packs</a></li> 38 38 </ul> 39 39 </li> … … 81 81 <tr> 82 82 <th title="<?php echo esc_attr( $gp_locale->wp_locale ); ?>"> 83 <a href="<?php echo gp_url( gp_url_join( 'locale', $gp_locale->slug, $set_slug, $project->path) ); ?>">83 <a href="<?php echo esc_url( gp_url( gp_url_join( 'locale', $gp_locale->slug, $set_slug, $project->path ) ) ); ?>"> 84 84 <?php echo esc_html( $gp_locale->english_name ); ?> 85 85 </a>
Note: See TracChangeset
for help on using the changeset viewer.