Make WordPress Core


Ignore:
Timestamp:
03/25/2018 07:34:31 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve various inline documentation.

See #42505

File:
1 edited

Legend:

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

    r42875 r42877  
    440440         *
    441441         * @since MU (3.0.0)
    442          *
    443          * @param null $unused
    444442         */
    445         do_action( 'wpmuadminresult', '' );
     443        do_action( 'wpmuadminresult' );
    446444    ?>
    447445
     
    15301528     *
    15311529     * @param string $notice   The notice content.
    1532      * @param array  $response An array containing web browser information.
     1530     * @param array  $response An array containing web browser information. See `wp_check_browser_version()`.
    15331531     */
    15341532    echo apply_filters( 'browse-happy-notice', $notice, $response );
Note: See TracChangeset for help on using the changeset viewer.