Changeset 9470 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-donate.php
- Timestamp:
- 02/05/2020 05:43:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-donate.php
r4223 r9470 37 37 <p class="aside"><?php _e( 'Would you like to support the advancement of this plugin?', 'wporg-plugins' ); ?></p> 38 38 <p> 39 <a class="button button-secondary" href="<?php echo esc_url( $donate_link ); ?>" rel="nofollow ">39 <a class="button button-secondary" href="<?php echo esc_url( $donate_link ); ?>" rel="nofollow ugc"> 40 40 <?php _e( 'Donate to this plugin', 'wporg-plugins' ); ?> 41 41 </a>
Note: See TracChangeset
for help on using the changeset viewer.