Changeset 6341 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-projects.php
- Timestamp:
- 01/10/2018 07:21:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-projects.php
r5502 r6341 204 204 205 205 <div class="project-bottom"> 206 <div class="button contribute-button"> 207 <?php echo gp_link_get( $project_url, 'Translate Project' ) ?> 208 </div> 206 <?php echo gp_link_get( $project_url, 'Translate Project', [ 'class' => 'button contribute-button' ] ); ?> 209 207 </div> 210 208 </div>
Note: See TracChangeset
for help on using the changeset viewer.