Opened 11 years ago
Closed 11 years ago
#27663 closed defect (bug) (duplicate)
Updating Post Changes & to & in GUID
Reported by: | tlovett1 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description
Steps to reproduce bug:
- Create a new post with a GUID of http://test.com/?post_type=cpt&p=13
WP will encode the GUID as http://test.com/?post_type=cpt&p=13 in the DB
- Update the post through the post edit screen. Now view the GUID field in the database and it should be:
http://test.com/?post_type=cpt&p=13
This is a huge problem when keeping track of the uniqueness of a syndicated post using the GUID.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #24248.