Changeset 1685234
- Timestamp:
- 06/25/2017 10:33:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display-medium-posts/trunk/display-medium-posts.php
r1665967 r1685234 17 17 * Plugin URI: https://github.com/acekyd/display-medium-posts 18 18 * Description: Display Medium Posts is a wordpress plugin that allows users display posts from medium.com on any part of their website. 19 * Version: 3.5 19 * Version: 3.5.1 20 20 * Author: AceKYD 21 21 * Author URI: http://www.acekyd.com … … 108 108 if(!empty($post->virtuals->previewImage->imageId)) 109 109 { 110 $image = ' http://cdn-images-1.medium.com/max/500/'.$post->virtuals->previewImage->imageId;110 $image = '//cdn-images-1.medium.com/max/500/'.$post->virtuals->previewImage->imageId; 111 111 } 112 112 else { … … 145 145 if(!empty($post->virtuals->previewImage->imageId)) 146 146 { 147 $image = ' http://cdn-images-1.medium.com/max/500/'.$post->virtuals->previewImage->imageId;147 $image = '//cdn-images-1.medium.com/max/500/'.$post->virtuals->previewImage->imageId; 148 148 } 149 149 else {
Note: See TracChangeset
for help on using the changeset viewer.