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

See [31828]. See #31888.


git-svn-id: https://develop.svn.wordpress.org/trunk@32009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-04-04 16:00:08 +00:00
parent d5c14c102b
commit 472b335948
1 changed files with 2 additions and 2 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 * @since 4.2.0
* *
* @return boolean * @return bool Whether the current ivew is the "All" view.
*/ */
protected function is_base_request() { protected function is_base_request() {
if ( empty( $_GET ) ) { if ( empty( $_GET ) ) {