Opened 23 months ago
Last modified 8 months ago
#57234 assigned defect (bug)
oembed_cache created in post affects the post_author on export
Reported by: | wecanwang | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Embeds | Keywords: | needs-patch |
Focuses: | Cc: |
Description
To fix ticket #34115 we've introduced a custom type oembed_cache
in the post table. However, once an oembed_cache
is created the post_author
will be the user who triggers it instead of the site owner. Because of the reason above, when you try to export the blog, it'll show up as a <wp:author> in the file which is pretty confusing. It probably makes more sense to set the post_author
as 0 or set it to the site owner.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 57559: