#24602 closed defect (bug) (fixed)
wp_get_single_post() should not use 'edit' context for get_post()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Posts, Post Types | Keywords: | |
| Focuses: | Cc: |
Description
[21651] deprecated get_post_to_edit() and wp_get_single_post() at the same time. In the process, wp_get_single_post()'s call to get_post() was accidentally changed to use the 'edit' context, a copy-paste from get_post_to_edit()'s deprecation.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 24436: