Add a return description to the DocBlock for WP_Posts_List_Table->is_base_request().

See [31828]. See #31888.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-04-04 16:01:27 +00:00
parent 785f479245
commit 8a3b21aad5
2 changed files with 3 additions and 3 deletions

View File

@ -149,11 +149,11 @@ class WP_Posts_List_Table extends WP_List_Table {
}
/**
* Determine if the current view is the "All" view
* Determine if the current view is the "All" view.
*
* @since 4.2.0
*
* @return boolean
* @return bool Whether the current ivew is the "All" view.
*/
protected function is_base_request() {
if ( empty( $_GET ) ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta4-32008';
$wp_version = '4.2-beta4-32009';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.