Plugin Directory

Changeset 776683


Ignore:
Timestamp:
09/22/2013 07:20:12 AM (13 years ago)
Author:
amtyera
Message:

fixed syntax error

Location:
amtythumb
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • amtythumb/trunk/amtyThumb.php

    r776680 r776683  
    66
    77Author: Amit Gupta
    8 Version: 3.1.1
     8Version: 3.1.2
    99Author URI: http://article-stack.com/
    1010*/
     
    5252add_action('publish_post','update_thumb');
    5353
    54 if(isset($_REQUEST['recache'] != '') && !empty($_REQUEST['recache']) {
     54if(isset($_REQUEST['recache']) && !empty($_REQUEST['recache'])) {
    5555    amty_putIntoImageCache($_REQUEST['recache'],1);
    5656}
  • amtythumb/trunk/readme.txt

    r776680 r776683  
    55Requires at least: 2.5
    66Tested up to: 3.5
    7 Stable tag: 3.1.1
     7Stable tag: 3.1.2
    88
    99Fetch first image of a post and Resize it. Otherwise resize an image.
     
    9494== Changelog ==
    9595
     96= 3.1.2 =
     97* fixed syntax error
     98
    9699= 3.1.1 =
    97100* direct recache link.
Note: See TracChangeset for help on using the changeset viewer.