Making WordPress.org

Changeset 7320


Ignore:
Timestamp:
06/19/2018 10:59:04 AM (7 years ago)
Author:
obenland
Message:

Showcase: Remove ratings aggregations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php

    r6273 r7320  
    1212                <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?>
    1313            </div>
    14 
    15             <h4><?php _e( 'Top Rated', 'wporg-showcase' ); ?></h4>
    16             <table class="top-rated">
    17                 <?php get_highest_rated( 'post', 10, 10 ); ?>
    18             </table>
    19 
    20             <h4><?php _e( 'Most Votes', 'wporg-showcase' ); ?></h4>
    21             <table class="most-votes">
    22                 <?php get_most_rated(); ?>
    23             </table>
    2414        </div>
    2515    </div>
Note: See TracChangeset for help on using the changeset viewer.