Making WordPress.org

Ticket #3139: 3139.patch

File 3139.patch, 634 bytes (added by lalitpendhare, 7 years ago)

insert target blank in visit site link

  • single.php

     
    5555                                                <?php comments_template(); ?>
    5656                                        </div><!-- .col-5 -->
    5757                                        <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>
    5959
    6060                                                <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4>
    6161                                                <?php the_ratings(); ?>