Changeset 1219476
- Timestamp:
- 08/12/2015 07:08:39 PM (11 years ago)
- Location:
- easytree/trunk
- Files:
-
- 3 edited
-
easytree.php (modified) (1 diff)
-
functions/get_easytree_html.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easytree/trunk/easytree.php
r1219381 r1219476 4 4 * Plugin URI: http://easytree.damlys.pl/ 5 5 * Description: Complete dropdown tree navigation that contain pages, categories with posts, tags, authors and own menu. 6 * Version: 1.0 36 * Version: 1.04 7 7 * Author: Damian Lysiak 8 8 * Author URI: http://damlys.pl/ -
easytree/trunk/functions/get_easytree_html.php
r1219381 r1219476 11 11 $option_exclude_from_authors = get_option('easytree_option_exclude_from_authors'); 12 12 $option_show_empty_taxs = !((bool)get_option('easytree_option_show_empty_taxs')); 13 if(current_user_can('read_private_posts')) { 14 $option_show_empty_taxs = false; 15 } 13 16 14 17 ob_start(); -
easytree/trunk/readme.txt
r1219381 r1219476 51 51 == Changelog == 52 52 53 = 1.04 = 54 * Better support for private posts and pages 55 53 56 = 1.03 = 54 57 * Added support for private posts and pages … … 69 72 == Upgrade Notice == 70 73 74 = 1.04 = 75 Display categories for private posts and pages 76 71 77 = 1.03 = 72 78 Display private posts and pages
Note: See TracChangeset
for help on using the changeset viewer.