Opened 6 years ago
Closed 5 years ago
#46850 closed defect (bug) (fixed)
Two parameters passed to delete_option in wp-includes/post.php. Should only pass one.
Reported by: | diddledani | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | Cc: |
Description
delete_option
expects one parameter but usage in the function _reset_front_page_settings_for_post()
tries to send two arguments. The attached patch fixes it to send the required one parameter.
Attachments (1)
Change History (4)
#1
@
6 years ago
- Component changed from General to Posts, Post Types
- Milestone changed from Awaiting Review to 5.3
- Version trunk deleted
Note: See
TracTickets for help on using
tickets.
patch to fix wrong number of parameters in delete_option() call