#46842 closed defect (bug) (fixed)
Doc: Missing @param in inline document
Reported by: | SaeedFard | Owned by: | SergeyBiryukov |
---|---|---|---|
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
@
6 years ago
@SaeedFard The parameters should line up at the $
. Also, please add a description for each parameter.
#6
@
4 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
$args
and$screen
, but the actual parameters are$screen
and$columns
.Also, patches should follow the PHP documentation standards outlined in https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/.