Make WordPress Core


Ignore:
Timestamp:
01/03/2021 09:55:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections particularly relating to boolean types.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/translation-install.php

    r47929 r49926  
    3030     * @since 4.0.0
    3131     *
    32      * @param bool|array $result The result object. Default false.
    33      * @param string      $type   The type of translations being requested.
    34      * @param object      $args   Translation API arguments.
     32     * @param false|object $result The result object. Default false.
     33     * @param string       $type   The type of translations being requested.
     34     * @param object       $args   Translation API arguments.
    3535     */
    3636    $res = apply_filters( 'translations_api', false, $type, $args );
Note: See TracChangeset for help on using the changeset viewer.