Changeset 15843 for trunk/wp-includes/general-template.php
- Timestamp:
- 10/19/2010 07:48:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r15819 r15843 655 655 return; 656 656 657 657 658 658 $post_type_obj = get_post_type_object( get_query_var( 'post_type' ) ); 659 659 $title = apply_filters('post_type_archive_title', $post_type_obj->labels->name ); … … 664 664 return $title; 665 665 } 666 666 667 667 /** 668 668 * Display or retrieve page title for category archive.
Note: See TracChangeset
for help on using the changeset viewer.