Opened 18 years ago
Closed 18 years ago
#3366 closed defect (bug) (fixed)
images in page titles in wp_list_pages() now appear as html text.
Reported by: | chigh | Owned by: | rob1n |
---|---|---|---|
Milestone: | 2.2 | Priority: | low |
Severity: | minor | Version: | 2.0.5 |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
This may not be considered a bug, but I did want to report this change of behaviour in 2.0.5.
In previous versions of WP, I was able to place a small image in the title of a page. My example, I would place a small image (12x12) of a lock in the title of password protected pages.
In 2.0.4 and prior, the image would be displayed in the list of pages and on the page. In 2.0.5, the behaviour changed. The image is displayed on the page itself and in some other locations, but NOT in the list of pages (such as in the sidebar on the front page - wp_list_pages() ).
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Shouldn't you create a really simple plugin to filter the
the_title
filter when the post is protected? That would be a much better solution.+1 for making the behaviour of post title handling consistent, though.