Changeset 6342 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/index-locales.php
- Timestamp:
- 01/10/2018 07:34:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/index-locales.php
r4924 r6342 48 48 </div> 49 49 <div class="locale-button"> 50 <div class="button contribute-button"> 51 <?php echo gp_link_get( gp_url_join( '/locale', $locale->slug ), 'Contribute Translation' ) ?> 52 </div> 50 <?php echo gp_link_get( gp_url_join( '/locale', $locale->slug ), 'Contribute Translation', [ 'class' => 'button contribute-button' ] ); ?> 53 51 </div> 54 52 </div>
Note: See TracChangeset
for help on using the changeset viewer.