Changeset 15220 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 06/11/2010 03:53:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r15192 r15220 1042 1042 1043 1043 function _get_current_taxonomy($instance) { 1044 if ( !empty($instance['taxonomy']) && is_taxonomy($instance['taxonomy']) )1044 if ( !empty($instance['taxonomy']) && taxonomy_exists($instance['taxonomy']) ) 1045 1045 return $instance['taxonomy']; 1046 1046
Note: See TracChangeset
for help on using the changeset viewer.