Changeset 1775311
- Timestamp:
- 11/25/2017 11:52:17 PM (8 years ago)
- Location:
- simple-featured-image-column
- Files:
-
- 3 added
- 3 edited
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/screenshot-1.png (added)
-
trunk/images/default.png (modified) (previous)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-featured-image-column.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-featured-image-column/trunk/readme.txt
r1775047 r1775311 4 4 Requires at least: 3.0 5 5 Tested up to: 4.9 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 8 8 A simple plugin that displays the "Featured Image" column in admin post type listing. Supports Post, Pages and Custom Posts. … … 13 13 = Current Features: = 14 14 - "Featured Image" column in admin post listing. 15 - Supports Post , Pages and Custom Posts.15 - Supports Posts, Pages and Custom Posts. 16 16 17 17 = Future Ideas: = … … 29 29 == Changelog == 30 30 31 = 1.0.2 = 32 * Title adjusted in admin column, updated "No Featured Image" default thumbnail, added banner and screenshot. 33 31 34 = 1.0.1 = 32 35 * Added "No Featured Image" default thumbnail. -
simple-featured-image-column/trunk/simple-featured-image-column.php
r1775047 r1775311 3 3 * Plugin Name: Simple Featured Image Column 4 4 * 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. 6 6 * Version: 1.0.1 7 7 * Author: Andre Aguiar Villela … … 43 43 $new = array(); 44 44 foreach($columns as $key => $title){ 45 if($key == 'title') $new['featured-image'] = __(' Image', 'wordpress');45 if($key == 'title') $new['featured-image'] = __('Featured Image'); 46 46 $new[$key] = $title; 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.