Ticket #3139: 3139.patch
File 3139.patch, 634 bytes (added by , 7 years ago) |
---|
-
single.php
55 55 <?php comments_template(); ?> 56 56 </div><!-- .col-5 --> 57 57 <div class="col-13"> 58 <p class="button"><a href="http://<?php get_site_domain( false ); ?>" ><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p>58 <p class="button"><a href="http://<?php get_site_domain( false ); ?>" target="_blank"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p> 59 59 60 60 <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4> 61 61 <?php the_ratings(); ?>