Changeset 7320
- Timestamp:
- 06/19/2018 10:59:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php
r6273 r7320 12 12 <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?> 13 13 </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>24 14 </div> 25 15 </div>
Note: See TracChangeset
for help on using the changeset viewer.