Changeset 35542 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 11/05/2015 08:55:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r35510 r35542 3236 3236 $taxonomy_obj = get_taxonomy($taxonomy); 3237 3237 if ( ! $taxonomy_obj ) { 3238 _doing_it_wrong( __FUNCTION__, sprintf( __( 'Invalid taxonomy: %s' ), $taxonomy ), '4.4.0' ); 3238 /* translators: 1: taxonomy name */ 3239 _doing_it_wrong( __FUNCTION__, sprintf( __( 'Invalid taxonomy: %s.' ), $taxonomy ), '4.4.0' ); 3239 3240 continue; 3240 3241 }
Note: See TracChangeset
for help on using the changeset viewer.