Plugin Directory

Changeset 776331


Ignore:
Timestamp:
09/21/2013 11:49:19 AM (13 years ago)
Author:
amtyera
Message:

removed duplicate function

Location:
amty-thumb-recent-post
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • amty-thumb-recent-post/trunk/amtyThumb_posts.php

    r776306 r776331  
    1 <?php
    21/*
    32Plugin Name: amtyThumb Posts
     
    87
    98Author: Amit Gupta
    10 Version: 8.1.1
     9Version: 8.1.2
    1110Author URI: http://article-stack.com/
    1211*/
     
    306305            <div style="clear:both;"></div>
    307306    <?php
    308 }//function end
    309 
    310 function lead_img_thumb_post($w=70,$h=70,$default_src='',$post_id) {
    311    
    312     if (function_exists('amty_lead_img')) {
    313         if($post_id != '')
    314           $img_url = amty_lead_img($w,$h,1,'','',0,$post_id,'',$default_src);
    315         else
    316           $img_url = amty_lead_img($w,$h,1,'','',0,'','',$default_src);
    317     }
    318     else{
    319         echo "amtyThumb plugin is missing";
    320         $img_url = "";
    321     }
    322     return $img_url;
    323307}//function end
    324308
  • amty-thumb-recent-post/trunk/readme.txt

    r776306 r776331  
    55Requires at least: 3.0
    66Tested up to: 3.5
    7 Stable tag: 8.1.1
     7Stable tag: 8.1.2
    88
    99All-In-One. It shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail in your style.
     
    118118== Changelog ==
    119119
     120= 8.1.2 =
     121* removed duplicate error. causing plugin instalation failure
     122
    120123= 8.1.1 =
    121124* fixed a bug of calling amtyThumb plugin
     
    182185== Upgrade Notice ==
    183186
     187= 8.1.2 =
     188* removed duplicate error. causing plugin instalation failure
     189
    184190= 8.1.1 =
    185191* fixed a bug of calling amtyThumb plugin
    186192* Now user can decide wheter an image should resized in ratio or be stretched as per given dimentions.
    187 
    188193
    189194= 8.0.1 =
Note: See TracChangeset for help on using the changeset viewer.