Changeset 1575488
- Timestamp:
- 01/16/2017 08:37:55 AM (9 years ago)
- Location:
- featured-posts-pro/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
admin/class-featured_posts_pro-admin.php (modified) (1 diff)
-
admin/partials/featured_posts_pro-admin-display.php (modified) (1 diff)
-
featured_posts_pro.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
featured-posts-pro/trunk/README.txt
r1518257 r1575488 4 4 Tags: featured, featured posts, featured post widget, plugin 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 6.17 Stable tag: 1.3. 76 Tested up to: 4.7.1 7 Stable tag: 1.3.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 103 103 = 1.3.5 = 104 104 bug on 'quick edit' on posts page fixed 105 106 = 1.3.8 = 107 bug fixes -
featured-posts-pro/trunk/admin/class-featured_posts_pro-admin.php
r1518251 r1575488 168 168 public function custom_columns_hander($column, $post_id) 169 169 { 170 //var_dump($column); 171 if($column != 'is_featured') return; 170 172 $isFeatured = get_post_meta($post_id, 'is_post_featured', true); 171 173 ?> -
featured-posts-pro/trunk/admin/partials/featured_posts_pro-admin-display.php
r1509899 r1575488 49 49 <td><?php echo $post->post_type; ?></td> 50 50 <td class='column-is_featured'> 51 <?php $this->custom_columns_hander( null, $post->ID); ?>51 <?php $this->custom_columns_hander('is_featured', $post->ID); ?> 52 52 </td> 53 53 -
featured-posts-pro/trunk/featured_posts_pro.php
r1518257 r1575488 17 17 * Plugin URI: http://lakshman.com.np 18 18 * Description: This plugin gives Administrator/Editor an easy option to mark posts, pages & custom posts as featured posts and provides a widget to list the recent featured posts. 19 * Version: 1.3. 719 * Version: 1.3.8 20 20 * Author: Laxman Thapa 21 21 * Author URI: http://lakshman.com.np
Note: See TracChangeset
for help on using the changeset viewer.