Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

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

    r52014 r52204  
    17281728     * @since 3.2.0
    17291729     *
    1730      * @param string $notice   The notice content.
    1731      * @param array  $response An array containing web browser information. See `wp_check_browser_version()`.
     1730     * @param string      $notice   The notice content.
     1731     * @param array|false $response An array containing web browser information, or
     1732     *                              false on failure. See `wp_check_browser_version()`.
    17321733     */
    17331734    echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Note: See TracChangeset for help on using the changeset viewer.