Plugin Directory

Changeset 421705


Ignore:
Timestamp:
08/10/2011 04:31:36 PM (15 years ago)
Author:
dexxaye
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-admin-column/trunk/custom_admin_columns.php

    r421702 r421705  
    55  Plugin URI: http://www.bunchacode.com/programming/custom-admin-columns/
    66  Description: allows user to add additional columns to admin posts and pages page.
    7   Version: 1.1
     7  Version: 1.2
    88  Author: Jiong Ye
    99  Author URI: http://www.bunchacode.com
     
    8787                break;
    8888            case 'thumbnail':
    89                 echo get_the_post_thumbnail($id, array(75,75));
     89                if(function_exists('get_the_post_thumbnail'))
     90                    echo get_the_post_thumbnail($id, array(75,75));
    9091                break;
    9192            case 'children':
Note: See TracChangeset for help on using the changeset viewer.