mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Docs: Add missing @return
tag for wp_xmlrpc_server::_is_greater_than_one()
.
Props ankitmaru. Fixes #51465. Built from https://develop.svn.wordpress.org/trunk@49098 git-svn-id: http://core.svn.wordpress.org/trunk@48860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a6ef541df0
commit
520be16b6e
@ -1307,6 +1307,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
* @since 3.4.0
|
||||
*
|
||||
* @param int $count Number to compare to one.
|
||||
* @return bool True if the number is greater than one, false otherwise.
|
||||
*/
|
||||
private function _is_greater_than_one( $count ) {
|
||||
return $count > 1;
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-alpha-49097';
|
||||
$wp_version = '5.6-alpha-49098';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user