Make WordPress Core


Ignore:
Timestamp:
08/10/2014 02:17:14 AM (10 years ago)
Author:
DrewAPicture
Message:

Document default arguments for the WP_List_Table class. Also add referenced docblocks to extending class constructors.

Props mikejolley for the initial patch.
Fixes #28679. See #28298.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-users-list-table.php

    r29137 r29459  
    3131    /**
    3232     * Constructor.
    33      *
    34      * @since 3.1.0
    35      * @access public
    36      */
     33     *
     34     * @since 3.1.0
     35     *
     36     * @see WP_List_Table::__construct() for more information on default arguments.
     37     *
     38     * @param array $args An associative array of arguments.
     39     */
    3740    public function __construct( $args = array() ) {
    3841        parent::__construct( array(
Note: See TracChangeset for help on using the changeset viewer.