Changeset 1840287
- Timestamp:
- 03/14/2018 08:06:17 PM (8 years ago)
- File:
-
- 1 edited
-
recent-posts-shortcode-widget/trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recent-posts-shortcode-widget/trunk/index.php
r1804000 r1840287 4 4 * Description: Recent Posts Shortcode & Widget 5 5 * Plugin URI: https://wordpress.org/plugins/recent-posts-shortcode-widget/ 6 * Version: 1. 76 * Version: 1.8 7 7 * Author: rajros 8 8 * Author URI: https://profiles.wordpress.org/rajros … … 273 273 } 274 274 275 else if(empty( $args['image_size'] ) ) { 276 the_post_thumbnail( 'featured-size' ); 277 } 278 279 275 280 else if(isset($featured_size)){ 276 281 the_post_thumbnail( 'featured-size' );
Note: See TracChangeset
for help on using the changeset viewer.