Changeset 1926403
- Timestamp:
- 08/17/2018 05:38:25 PM (8 years ago)
- Location:
- minimum-featured-image-size/trunk
- Files:
-
- 2 edited
-
mfis.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
minimum-featured-image-size/trunk/mfis.php
r1887948 r1926403 3 3 Plugin Name: Minimum Featured Image Size 4 4 Description: Set the minimum size required for featured images used in standard and custom posts. 5 Version: 1.1. 15 Version: 1.1.2 6 6 Author: Martin Stewart 7 7 Author URI: https://www.corgdesign.com … … 349 349 if ( wp_is_post_revision( $post_id ) ) 350 350 return; 351 352 if( !function_exists('get_current_screen') ) 353 return; 351 354 352 355 $image_id = get_post_thumbnail_id( $post_id ); -
minimum-featured-image-size/trunk/readme.txt
r1919739 r1926403 42 42 = 1.1.1 = 43 43 * Bug fix to resolve conflict with bbPress 44 45 = 1.1.2 = 46 * Bug fix
Note: See TracChangeset
for help on using the changeset viewer.