Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Standardise the type name for booleans and integers.

This brings these docs inline with the documentation standards.

Props ravipatel, justinahinon

Fixes #51426

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-requests-hooks.php

    r48586 r49120  
    4646         * @param string $hook       Hook name.
    4747         * @param array  $parameters Parameters to pass to callbacks.
    48          * @return boolean True if hooks were run, false if nothing was hooked.
     48         * @return bool True if hooks were run, false if nothing was hooked.
    4949         */
    5050        public function dispatch( $hook, $parameters = array() ) {
Note: See TracChangeset for help on using the changeset viewer.