#54735 closed defect (bug) (duplicate)
get_sample_permalink unsets $post->filter even though this is a public property.
Reported by: | herregroen | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The property should be set to null
rather than being unset
.
Unsetting it removes it entirely which means if it's later requested ( such as in WP_Post::__get
) this causes a notice to be thrown that the property doesn't exist.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hmm a duplicate of #54736. Closing.