Changeset 16059 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 10/28/2010 07:09:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r16056 r16059 912 912 } 913 913 914 foreach ( (array)$taxonomies as $taxonomy ) {914 foreach ( $taxonomies as $taxonomy ) { 915 915 if ( ! taxonomy_exists($taxonomy) ) { 916 916 $error = & new WP_Error('invalid_taxonomy', __('Invalid Taxonomy')); … … 940 940 $args['pad_counts'] = false; 941 941 } 942 943 $args = apply_filters( 'get_terms_args', $args, $taxonomies ); 942 944 943 945 extract($args, EXTR_SKIP);
Note: See TracChangeset
for help on using the changeset viewer.