#43504 closed defect (bug) (fixed)
Use correct variable name in filter docs for the `$object_id` parameter of meta auth callbacks
| Reported by: | ocean90 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Options, Meta APIs | Version: | 4.9 |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 42809: