#44970 closed defect (bug) (wontfix)
multisite GUID tables are not update after site name change
Reported by: | colomet | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | |
Focuses: | multisite | Cc: |
Description
The Post table have the GUID colum. If the name of the site change, that table do not update the url of the page.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi @colomet, thanks for the ticket!
Although GUIDs look like full URLs, they're actually just a unique name for the post that should never change. For this reason, they're intentionally not linked to the permalink setting. See #6492 for previous discussions on this.