#46842 closed defect (bug) (fixed)
Doc: Missing @param in inline document
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | docs, administration | Cc: |
Description
Missing @param in inline document in wp-admin\includes\class-wp-list-table-compat.php
Attachments (4)
Change History (13)
#4
@
7 years ago
@SaeedFard The parameters should line up at the $. Also, please add a description for each parameter.
#6
@
5 years ago
I added a patch in which I processed earlier feedback, and also added documentation for the other methods in this class.
Note: See
TracTickets for help on using
tickets.
@SaeedFard In your patch you added
$argsand$screen, but the actual parameters are$screenand$columns.Also, patches should follow the PHP documentation standards outlined in https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/.