Making WordPress.org


Ignore:
Timestamp:
04/30/2024 04:01:46 AM (10 months ago)
Author:
dufresnesteven
Message:

plugin-directory: Update sidebar buttons to be links.

See: https://github.com/WordPress/wordpress.org/issues/263
Props: alh0319

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-donate.php

    r9470 r13617  
    3737            <p class="aside"><?php _e( 'Would you like to support the advancement of this plugin?', 'wporg-plugins' ); ?></p>
    3838            <p>
    39                 <a class="button button-secondary" href="<?php echo esc_url( $donate_link ); ?>" rel="nofollow ugc">
     39                <a href="<?php echo esc_url( $donate_link ); ?>" rel="nofollow ugc">
    4040                    <?php _e( 'Donate to this plugin', 'wporg-plugins' ); ?>
    4141                </a>
Note: See TracChangeset for help on using the changeset viewer.