Docs: Standardise the type name for booleans and integers.
This brings these docs inline with the documentation standards. Props ravipatel, justinahinon Fixes #51426 Built from https://develop.svn.wordpress.org/trunk@49120 git-svn-id: http://core.svn.wordpress.org/trunk@48882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -45,7 +45,7 @@ class WP_HTTP_Requests_Hooks extends Requests_Hooks {
|
||||
*
|
||||
* @param string $hook Hook name.
|
||||
* @param array $parameters Parameters to pass to callbacks.
|
||||
* @return boolean True if hooks were run, false if nothing was hooked.
|
||||
* @return bool True if hooks were run, false if nothing was hooked.
|
||||
*/
|
||||
public function dispatch( $hook, $parameters = array() ) {
|
||||
$result = parent::dispatch( $hook, $parameters );
|
||||
|
||||
Reference in New Issue
Block a user