Changeset 36516
- Timestamp:
- 02/12/2016 02:25:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36508 r36516 857 857 */ 858 858 $_term = apply_filters( "get_$taxonomy", $_term, $taxonomy ); 859 860 // Bail if a filter callback has changed the type of the `$_term` object. 861 if ( ! ( $_term instanceof WP_Term ) ) { 862 return $_term; 863 } 859 864 860 865 // Sanitize term, according to the specified filter.
Note: See TracChangeset
for help on using the changeset viewer.