Plugin Directory

Changeset 1926403


Ignore:
Timestamp:
08/17/2018 05:38:25 PM (8 years ago)
Author:
corgdesign
Message:

Bug fix

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

Legend:

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

    r1887948 r1926403  
    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.1
     5Version:     1.1.2
    66Author:      Martin Stewart
    77Author URI:  https://www.corgdesign.com
     
    349349    if ( wp_is_post_revision( $post_id ) )
    350350        return;
     351   
     352    if( !function_exists('get_current_screen') )
     353        return;
    351354
    352355    $image_id = get_post_thumbnail_id( $post_id );
  • minimum-featured-image-size/trunk/readme.txt

    r1919739 r1926403  
    4242= 1.1.1 =
    4343* 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.