Changes between Version 1 and Version 2 of Ticket #16632, comment 2
- Timestamp:
- 07/21/2013 09:59:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16632, comment 2
v1 v2 7 7 return $title; // Should be return $prefix . $title; 8 8 }}} 9 This is also the case in wp-includes/general-template.php at line 660 9 Additional instances of this logic error that I have come across: 10 - post_type_archive_title() in wp-includes/general-template.php at line 660 11 - single_term_title() in wp-includes/general-template.php at line 743