Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

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

    r47951 r48100  
    14201420 * @since 5.1.1 Added the {@see 'wp_is_php_version_acceptable'} filter.
    14211421 *
    1422  * @return array|false $response Array of PHP version data. False on failure.
     1422 * @return array|false Array of PHP version data. False on failure.
    14231423 */
    14241424function wp_check_php_version() {
Note: See TracChangeset for help on using the changeset viewer.