Opened 21 years ago
Closed 20 years ago
#1084 closed defect (bug) (wontfix)
Can't retrieve draft posts if Title is a link
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 1.5 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
My post titles to point to things external rather than displaying the permalink page. A title would look something like...
<http://www.google.ca>This is the post title</a>
Everything works the way it should with one exception.
I discovered today that if I save a draft version of an article, I can't retrieve it! In the Write Post and Manage Posts views there's a link to "Your drafts", but clicking on it takes me to the external site -- not to the draft post.
How do I get to my draft?
Change History (3)
Note: See
TracTickets for help on using
tickets.
That example title should, of course, look like...
<a href="http://www.google.ca">This is the post title</a>