Make WordPress Core


Ignore:
Timestamp:
08/10/2014 02:21:56 AM (12 years ago)
Author:
DrewAPicture
Message:

Add @access tags to constructor docblocks in list table classes.

See #28679. See [29459].

File:
1 edited

Legend:

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

    r29459 r29460  
    5050     *
    5151     * @since 3.1.0
     52     * @access public
    5253     *
    5354     * @see WP_List_Table::__construct() for more information on default arguments.
    5455     *
    5556     * @param array $args An associative array of arguments.
    56      */ 
     57     */
    5758    public function __construct( $args = array() ) {
    5859        global $post_type_object, $wpdb;
Note: See TracChangeset for help on using the changeset viewer.