Changeset 16381 for trunk/wp-includes/general-template.php
- Timestamp:
- 11/15/2010 10:51:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r16365 r16381 550 550 // If there's a taxonomy 551 551 if ( is_tax() ) { 552 $tax = get_taxonomy( get_query_var('taxonomy') ); 552 $term = get_queried_object(); 553 $tax = get_taxonomy( $term->taxonomy ); 553 554 $title = single_term_title( $tax->labels->name . $t_sep, false ); 554 555 }
Note: See TracChangeset
for help on using the changeset viewer.