Changeset 866
- Timestamp:
- 09/19/2014 11:19:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/showcase/rosetta-showcase.php
r475 r866 121 121 $url = esc_url( get_post_meta( $post_id, '_rosetta_showcase_url', true ) ); 122 122 if ( $url ) { 123 echo '<a href="' . $url . '" target="_blank"><img width="100" src="http ://s.wordpress.com/mshots/v1/' . urlencode( $url ) . '?w=100" /></a>';123 echo '<a href="' . $url . '" target="_blank"><img width="100" src="https://wordpress.com/mshots/v1/' . urlencode( $url ) . '?w=100" /></a>'; 124 124 } 125 125 break;
Note: See TracChangeset
for help on using the changeset viewer.