Changeset 1887948
- Timestamp:
- 06/06/2018 06:15:01 AM (8 years ago)
- Location:
- minimum-featured-image-size/trunk
- Files:
-
- 2 edited
-
mfis.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
minimum-featured-image-size/trunk/mfis.php
r1871030 r1887948 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 5 Version: 1.1.1 6 6 Author: Martin Stewart 7 7 Author URI: https://www.corgdesign.com … … 384 384 } 385 385 } 386 add_action('transition_post_status', 'mfis_after_save', 10, 3);386 if (is_admin()) add_action('transition_post_status', 'mfis_after_save', 10, 3); 387 387 388 388 -
minimum-featured-image-size/trunk/readme.txt
r1871224 r1887948 3 3 Tags: featured image, image size, minimum image size 4 4 Requires at least: 4.7.5 5 Tested up to: 4.9. 55 Tested up to: 4.9.6 6 6 Stable tag: trunk 7 7 License: GPL2 … … 38 38 = 1.1 = 39 39 * Add option to set image sizes for custom post types 40 41 = 1.1.1 = 42 * Bug fix to resolve conflict with bbPress
Note: See TracChangeset
for help on using the changeset viewer.