diff --git global.wordpress.org/public_html/wp-content/themes/rosetta/front-page.php global.wordpress.org/public_html/wp-content/themes/rosetta/front-page.php
index 435d4d4..de76768 100644
|
|
|
if ( false === $latest_release && $rosetta->rosetta->get_latest_release() ) : |
| 93 | 93 | </a> |
| 94 | 94 | <?php echo esc_html( $item->post_title ); ?> |
| 95 | 95 | <br /> |
| 96 | | <a class="showcase-url" href="<?php echo esc_url( $url ); ?>" rel="nofollow"><?php _e( 'Visit the site →', 'rosetta' ); ?></a> |
| | 96 | <a class="showcase-url" href="<?php echo esc_url( $url ); ?>" rel="nofollow" target="_blank"><?php _e( 'Visit the site →', 'rosetta' ); ?></a> |
| 97 | 97 | </li> |
| 98 | 98 | <?php |
| 99 | 99 | endforeach; |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php
index a226d3f..b377bf7 100644
|
|
|
get_header(); |
| 34 | 34 | |
| 35 | 35 | <?php $wpsc_url = esc_url( get_post_meta( $post->ID, 'domain', true ) ); ?> |
| 36 | 36 | <?php if ( $wpsc_url ) : // make sure the URL is valid (esc_url will return an empty string if not) ?> |
| 37 | | <a href="<?php echo $wpsc_url; ?>" class="wpsc-linkout"> |
| | 37 | <a href="<?php echo $wpsc_url; ?>" class="wpsc-linkout" target="_blank"> |
| 38 | 38 | <?php echo str_replace( parse_url( $wpsc_url, PHP_URL_SCHEME ) . '://', '', untrailingslashit( $wpsc_url ) ); ?> |
| 39 | 39 | <span class="linkout-symbol"><?php _ex( '➲', 'linkout symbol', 'wporg-showcase' ); ?></span> |
| 40 | 40 | </a> |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php
index 2715bb1..a54d256 100644
|
|
|
|
| 1 | 1 | <div class="col-3 rightsidebar"> |
| 2 | 2 | <div class="rightsidebarwrapper"> |
| 3 | 3 | <div class="currentSiteRating"> |
| 4 | | <p class="button"><a href="http://<?php get_site_domain( false ); ?>"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p> |
| | 4 | <p class="button"><a href="http://<?php get_site_domain( false ); ?>" target="_blank"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p> |
| 5 | 5 | |
| 6 | 6 | <?php wp_flavors(); ?> |
| 7 | 7 | <br /> |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php
index 44ad1a6..720a31d 100644
|
|
|
|
| 10 | 10 | <div class="col-5"> |
| 11 | 11 | <div class="storycontent"> |
| 12 | 12 | <?php breadcrumb(); ?> |
| 13 | | <a href=' http://<?php get_site_domain( false ); ?>'> |
| | 13 | <a href=' http://<?php get_site_domain( false ); ?>' target="_blank"> |
| 14 | 14 | <?php site_screenshot_tag( 518, 'screenshot site-screenshot'); ?> |
| 15 | 15 | </a> |
| 16 | 16 | <?php the_content(); ?> |