#43504 closed defect (bug) (fixed)
Use correct variable name in filter docs for the `$object_id` parameter of meta auth callbacks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.1 | Priority: | normal |
| Severity: | normal | Version: | 4.9 |
| Component: | Options, Meta APIs | Keywords: | good-first-bug has-patch |
| Focuses: | docs | Cc: |
Description
Added in [41800].
In https://core.trac.wordpress.org/browser/tags/4.9.4/src/wp-includes/capabilities.php?marks=326,348#L312 the $object_id parameter is referenced as $post_id. It should be $object_id Object ID..
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 42809: