Changeset 2376 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php
- Timestamp:
- 01/26/2016 11:41:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php
r1705 r2376 50 50 ?> 51 51 52 <?php edit_post_link( 'Edit This', '<div class="meta">', '</div>'); ?>52 <?php edit_post_link( __( 'Edit This', 'wporg-showcase' ), '<div class="meta">', '</div>'); ?> 53 53 54 54 </div><!-- .storycontent --> … … 56 56 </div><!-- .col-5 --> 57 57 <div class="col-13"> 58 <p class="button"><a href="http://<?php get_site_domain( false ); ?>"> Visit Site</a></p>58 <p class="button"><a href="http://<?php get_site_domain( false ); ?>"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p> 59 59 60 <h4> Rating</h4>60 <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4> 61 61 <?php the_ratings(); ?> 62 <p class='rating-descrip'> Rate this site based on their implementation and use of WordPress.</p>62 <p class='rating-descrip'><?php _e( 'Rate this site based on their implementation and use of WordPress.', 'wporg-showcase' ); ?></p> 63 63 64 64 <?php wp_flavors(); ?> 65 65 <br /> 66 <?php tags_with_count( 'list', '<h4> Tags</h4><ul>', '', '</ul>' ); ?>66 <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?> 67 67 </div> 68 68
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)