Making WordPress.org


Ignore:
Timestamp:
01/10/2018 07:34:28 PM (7 years ago)
Author:
obenland
Message:

GP: Make all of contribute button clickable.

See [6341].

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  
    4848                </div>
    4949                <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' ] ); ?>
    5351                </div>
    5452            </div>
Note: See TracChangeset for help on using the changeset viewer.