Changeset 6273 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php
- Timestamp:
- 12/14/2017 11:30:48 PM (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
r2376 r6273 1 <div class="col-3"> 1 <div class="col-3 rightsidebar"> 2 <div class="rightsidebarwrapper"> 3 <div class="currentSiteRating"> 4 <p class="button"><a href="http://<?php get_site_domain( false ); ?>"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p> 5 6 <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4> 7 <?php the_ratings(); ?> 8 <p class='rating-descrip'><?php _e( 'Rate this site based on their implementation and use of WordPress.', 'wporg-showcase' ); ?></p> 9 10 <?php wp_flavors(); ?> 11 <br /> 12 <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?> 13 </div> 14 2 15 <h4><?php _e( 'Top Rated', 'wporg-showcase' ); ?></h4> 3 16 <table class="top-rated"> … … 10 23 </table> 11 24 </div> 25 </div>
Note: See TracChangeset
for help on using the changeset viewer.