Plugin Directory

Changeset 746570


Ignore:
Timestamp:
07/26/2013 02:00:00 AM (13 years ago)
Author:
amtyera
Message:

Recent -> Recently Written

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

Legend:

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

    r746568 r746570  
    205205
    206206
    207 function displayPosts($before_title, $after_title, $title = '',$width = 70,$height = 70 ,$maxpost  = 10 ,$default_img_path = '',$pretag = '',$template , $posttag = '',$titlelen = 30,$contentlength=200,$categoryName = 'All',$widgetType = 'Recent'){
     207function displayPosts($before_title, $after_title, $title = '',$width = 70,$height = 70 ,$maxpost  = 10 ,$default_img_path = '',$pretag = '',$template , $posttag = '',$titlelen = 30,$contentlength=200,$categoryName = 'All',$widgetType = 'Recently Written'){
    208208    global $wpdb;
    209209    if ( $title != '' ){
  • amty-thumb-recent-post/trunk/amtyThumb_posts.php

    r746568 r746570  
    205205
    206206
    207 function displayPosts($before_title, $after_title, $title = '',$width = 70,$height = 70 ,$maxpost  = 10 ,$default_img_path = '',$pretag = '',$template , $posttag = '',$titlelen = 30,$contentlength=200,$categoryName = 'All',$widgetType = 'Recent'){
     207function displayPosts($before_title, $after_title, $title = '',$width = 70,$height = 70 ,$maxpost  = 10 ,$default_img_path = '',$pretag = '',$template , $posttag = '',$titlelen = 30,$contentlength=200,$categoryName = 'All',$widgetType = 'Recently Written'){
    208208    global $wpdb;
    209209    if ( $title != '' ){
Note: See TracChangeset for help on using the changeset viewer.