#42777 closed defect (bug) (fixed)
'wp_refresh_nonces' filter missing docs
Reported by: | dlh | Owned by: | obenland |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
As far as I can see, at least. The filter appears in wp_ajax_heartbeat()
.
Attachments (2)
Change History (10)
#1
@
2 years ago
- Keywords has-patch needs-testing added; needs-patch removed
Uploaded patch that adds PHPDocs documentation to the wp_refresh_nonces filter.
This ticket was mentioned in Slack in #docs by ramiy. View the logs.
2 years ago
#3
@
2 years ago
- Keywords needs-refresh added; good-first-bug needs-testing removed
- Milestone changed from Awaiting Review to 5.0
Thanks for the patch @slushman, it needs a couple of tweaks per our PHPDocs coding standards alignment, in particular the spacing of the @param
lines:
You can read about those here: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/#docblock-formatting
#4
@
2 years ago
@netweb Updated patch 42777-updated.diff added as per your suggestion to tweak PHPDocs coding standards alignment.
Note: See
TracTickets for help on using
tickets.
Adds PHPDocs to the wp_refresh_nonces filter.