Plugin Directory

Changeset 1775311


Ignore:
Timestamp:
11/25/2017 11:52:17 PM (8 years ago)
Author:
dedevillela
Message:

Title adjusted in admin column, updated "No Featured Image" default thumbnail, added banner and screenshot.

Location:
simple-featured-image-column
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • simple-featured-image-column/trunk/readme.txt

    r1775047 r1775311  
    44Requires at least: 3.0
    55Tested up to: 4.9
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77
    88A simple plugin that displays the "Featured Image" column in admin post type listing. Supports Post, Pages and Custom Posts.
     
    1313= Current Features: =
    1414- "Featured Image" column in admin post listing.
    15 - Supports Post, Pages and Custom Posts.
     15- Supports Posts, Pages and Custom Posts.
    1616
    1717= Future Ideas: =
     
    2929== Changelog ==
    3030
     31= 1.0.2 =
     32* Title adjusted in admin column, updated "No Featured Image" default thumbnail, added banner and screenshot.
     33
    3134= 1.0.1 =
    3235* Added "No Featured Image" default thumbnail.
  • simple-featured-image-column/trunk/simple-featured-image-column.php

    r1775047 r1775311  
    33 * Plugin Name: Simple Featured Image Column
    44 * Plugin URI: https://github.com/dedevillela/Simple-Featured-Image-Column/
    5  * Description: A simple plugin that displays the "Featured Image" column in admin post type listing. Supports Post, Pages and Custom Posts.
     5 * Description: A simple plugin that displays the "Featured Image" column in admin post type listing. Supports Posts, Pages and Custom Posts.
    66 * Version: 1.0.1
    77 * Author: Andre Aguiar Villela
     
    4343            $new = array();
    4444            foreach($columns as $key => $title){
    45                 if($key == 'title') $new['featured-image'] = __('Image', 'wordpress');
     45                if($key == 'title') $new['featured-image'] = __('Featured Image');
    4646                $new[$key] = $title;
    4747            }
Note: See TracChangeset for help on using the changeset viewer.