Making WordPress.org

Changeset 866


Ignore:
Timestamp:
09/19/2014 11:19:55 PM (11 years ago)
Author:
nacin
Message:

Rosetta: SSL for mshots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/showcase/rosetta-showcase.php

    r475 r866  
    121121            $url = esc_url( get_post_meta( $post_id, '_rosetta_showcase_url', true ) );
    122122            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>';
    124124            }
    125125            break;
Note: See TracChangeset for help on using the changeset viewer.