Changeset 15205 for trunk/wp-admin/tools.php
- Timestamp:
- 06/11/2010 12:00:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r15132 r15205 39 39 endif; 40 40 41 if ( current_user_can( 'import' ) ) : 41 42 $cats = get_taxonomy('category'); 42 43 $tags = get_taxonomy('post_tag'); 43 44 44 if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?> 45 45 <div class="tool-box"> … … 48 48 </div> 49 49 <?php 50 endif; 50 51 endif; 51 52
Note: See TracChangeset
for help on using the changeset viewer.