Make WordPress Core


Ignore:
Timestamp:
08/11/2022 01:53:51 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Remove code tags from WordPress function names within inline documentation.

Removing these code tags means the function name will be automatically linked on the developer.wordpress.org reference, which is more useful than just seeing the function name.

See #55646

File:
1 edited

Legend:

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

    r53383 r53876  
    17301730     * @param string      $notice   The notice content.
    17311731     * @param array|false $response An array containing web browser information, or
    1732      *                              false on failure. See `wp_check_browser_version()`.
     1732     *                              false on failure. See wp_check_browser_version().
    17331733     */
    17341734    echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Note: See TracChangeset for help on using the changeset viewer.