Changeset 44574 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 01/12/2019 06:40:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r44420 r44574 697 697 <p aria-hidden="true" class="fyi-description"><?php printf( _n( '(based on %s rating)', '(based on %s ratings)', $api->num_ratings ), number_format_i18n( $api->num_ratings ) ); ?></p> 698 698 <?php 699 }700 701 if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) {702 ?>699 } 700 701 if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) { 702 ?> 703 703 <h3><?php _e( 'Reviews' ); ?></h3> 704 704 <p class="fyi-description"><?php _e( 'Read all reviews on WordPress.org or write your own!' ); ?></p> … … 728 728 <?php 729 729 } 730 }731 if ( ! empty( $api->contributors ) ) {732 ?>730 } 731 if ( ! empty( $api->contributors ) ) { 732 ?> 733 733 <h3><?php _e( 'Contributors' ); ?></h3> 734 734 <ul class="contributors"> … … 748 748 ?> 749 749 </ul> 750 <?php if ( ! empty( $api->donate_link ) ) { ?>750 <?php if ( ! empty( $api->donate_link ) ) { ?> 751 751 <a target="_blank" href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin »' ); ?></a> 752 752 <?php } ?> 753 <?php } ?>753 <?php } ?> 754 754 </div> 755 755 <div id="section-holder" class="wrap">
Note: See TracChangeset
for help on using the changeset viewer.