Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #16632, comment 2


Ignore:
Timestamp:
07/21/2013 09:59:02 PM (12 years ago)
Author:
vaxace
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16632, comment 2

    v1 v2  
    77   return $title; // Should be return $prefix . $title;
    88}}}
    9 This is also the case in wp-includes/general-template.php at line 660
     9Additional 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