Changes between Initial Version and Version 1 of Ticket #28679
- Timestamp:
- 06/29/2014 05:05:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28679 – Description
initial v1 6 6 7 7 Contributors looking for a good starting place should take a look at the [http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/#1-functions-and-class-methods syntax for documenting function arguments]. 8 9 Additionally, we'd want to add an `@see` note for `$args` in each of the classes extending `WP_List_Table` down the line. See the phpDoc for `wp_remote_get()` for an example of how this is done.