Changeset 20285
- Timestamp:
- 03/24/2012 02:00:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r20245 r20285 1054 1054 <p><label for="<?php echo $this->get_field_id('taxonomy'); ?>"><?php _e('Taxonomy:') ?></label> 1055 1055 <select class="widefat" id="<?php echo $this->get_field_id('taxonomy'); ?>" name="<?php echo $this->get_field_name('taxonomy'); ?>"> 1056 <?php foreach ( get_ object_taxonomies('post') as $taxonomy ) :1056 <?php foreach ( get_taxonomies() as $taxonomy ) : 1057 1057 $tax = get_taxonomy($taxonomy); 1058 1058 if ( !$tax->show_tagcloud || empty($tax->labels->name) )
Note: See TracChangeset
for help on using the changeset viewer.