Make WordPress Core


Ignore:
Timestamp:
11/03/2019 10:21:20 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some incorrect return tags in docblocks.

See #48303

File:
1 edited

Legend:

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

    r46633 r46644  
    63966396 *
    63976397 * @param array $response  The Heartbeat response.
    6398  * @return array $response The Heartbeat response with 'wp-auth-check' value set.
     6398 * @return array The Heartbeat response with 'wp-auth-check' value set.
    63996399 */
    64006400function wp_auth_check( $response ) {
Note: See TracChangeset for help on using the changeset viewer.