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:
parent
785f479245
commit
8a3b21aad5
|
@ -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 ) ) {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue