Opened 21 years ago
Closed 21 years ago
#1241 closed defect (bug) (fixed)
previous_post() and next_post() don't apply 'the_title' filters under the $title='yes' condition
| Reported by: | wyrfel | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | 1.5 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
In case that $title='yes', the following call is done:
$string .= wptexturize($nextpost->post_title);
This should be replaced to make use of the filtering system instead:
$string .= apply_filters('the_title', $nextpost->post_title);
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
http://trac.wordpress.org/changeset/2538