#13588 closed defect (bug) (duplicate)
Continue Reading apears unecesarily on the Twenty Ten attachent page
Reported by: | tomthewebmaster | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Recently, I uploaded an image to WordPress, and typed in a caption and a description to go along with it.
Later, I went to view this image on its attachment page in Twenty Ten, using RC1. My description and caption were both simply "Test". "Continue Reading" appeared after the first caption, even though there was no additional text to continue reading.
I would assume this is involves use of the_excerpt(); on line 89 of attachment.php.
I have attached a picture of this. Let me know if anyone has any questions. Thanks.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is indeed due to the_excerpt().
I had discussed this with iandstewart (via IRC, cross-reference is #13361) that there are a few cases for "Continue reading..."
I'm going to re-open #13361 so we can ponder it further and close this one as a duplicate. I think Ian's last patch might be a better solution.