Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28679


Ignore:
Timestamp:
06/29/2014 05:05:02 PM (11 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28679 – Description

    initial v1  
    66
    77Contributors 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
     9Additionally, 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.