#42777 closed defect (bug) (fixed)
'wp_refresh_nonces' filter missing docs
| Reported by: | dlh | Owned by: | obenland |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
Description
As far as I can see, at least. The filter appears in wp_ajax_heartbeat().
Attachments (2)
Change History (10)
#1
@
9 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.
9 years ago
#3
@
9 years ago
- Keywords needs-refresh added; good-first-bug needs-testing removed
- Milestone Awaiting Review → 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
@
9 years ago
@netweb Updated patch 42777-updated.diff added as per your suggestion to tweak PHPDocs coding standards alignment.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Adds PHPDocs to the wp_refresh_nonces filter.