Changeset 16211
- Timestamp:
- 11/05/2010 09:14:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r16156 r16211 663 663 * @return string|null Title when retrieving, null when displaying or failure. 664 664 */ 665 function post_type_archive_title( ) {665 function post_type_archive_title( $prefix = '', $display = true ) { 666 666 if ( ! is_post_type_archive() ) 667 667 return;
Note: See TracChangeset
for help on using the changeset viewer.