Opened 19 years ago
Closed 19 years ago
#3894 closed defect (bug) (fixed)
Titles of drafts are displayed unfiltered
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | 2.1.1 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
On the Admin / Manage / Posts page, the list of Drafts at the top displays the titles unfiltered. Below, in the list of published posts, the titles are filtered (uses the_title function). So it is inconsistent.
The filtered titles are better with plugins, especially (for my purposes) Polyglot, which uses special tags to indicate different languages.
Solution: filter the post titles in the Draft section using the "the_title" filter, for consistency with the section below.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch for wp-admin/edit.php to add filtering to Draft post title display