Changeset 21240
- Timestamp:
- 07/09/2012 04:56:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r21219 r21240 970 970 foreach ( get_attachment_taxonomies($post) as $taxonomy ) { 971 971 $t = (array) get_taxonomy($taxonomy); 972 if ( ! $t['public'] )972 if ( ! $t['public'] || ! $t['show_ui'] ) 973 973 continue; 974 974 if ( empty($t['label']) )
Note: See TracChangeset
for help on using the changeset viewer.