Plugin Directory

Changeset 1887948


Ignore:
Timestamp:
06/06/2018 06:15:01 AM (8 years ago)
Author:
corgdesign
Message:

Bug fix to resolve conflict with bbPress

Location:
minimum-featured-image-size/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • minimum-featured-image-size/trunk/mfis.php

    r1871030 r1887948  
    33Plugin Name: Minimum Featured Image Size
    44Description: Set the minimum size required for featured images used in standard and custom posts.
    5 Version:     1.1
     5Version:     1.1.1
    66Author:      Martin Stewart
    77Author URI:  https://www.corgdesign.com
     
    384384    }
    385385}
    386 add_action('transition_post_status', 'mfis_after_save', 10, 3);
     386if (is_admin()) add_action('transition_post_status', 'mfis_after_save', 10, 3);
    387387
    388388
  • minimum-featured-image-size/trunk/readme.txt

    r1871224 r1887948  
    33Tags: featured image, image size, minimum image size
    44Requires at least: 4.7.5
    5 Tested up to: 4.9.5
     5Tested up to: 4.9.6
    66Stable tag: trunk
    77License: GPL2
     
    3838= 1.1 =
    3939* 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.