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

See #28679. See [29459].


git-svn-id: https://develop.svn.wordpress.org/trunk@29460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-08-10 02:21:56 +00:00
parent 126147a877
commit 39ba840e04
11 changed files with 12 additions and 1 deletions

View File

@@ -49,11 +49,12 @@ class WP_Posts_List_Table extends WP_List_Table {
* Constructor.
*
* @since 3.1.0
* @access public
*
* @see WP_List_Table::__construct() for more information on default arguments.
*
* @param array $args An associative array of arguments.
*/
*/
public function __construct( $args = array() ) {
global $post_type_object, $wpdb;