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.

Built from https://develop.svn.wordpress.org/trunk@29459


git-svn-id: http://core.svn.wordpress.org/trunk@29237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2014-08-10 02:18:17 +00:00
parent efd52cb860
commit 8e86454467
12 changed files with 114 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.0-beta3-20140809';
$wp_version = '4.0-beta3-20140810';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.