Make WordPress Core

Changeset 49671 for trunk


Ignore:
Timestamp:
11/19/2020 05:52:52 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Add missing @since tags.

See #51800

Location:
trunk/src
Files:
2 edited

Legend:

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

    r49632 r49671  
    35313531     * Filters if upgrade routines should be run on global tables.
    35323532     *
     3533     * @since 4.3.0
     3534     *
    35333535     * @param bool $should_upgrade Whether to run the upgrade routines on global tables.
    35343536     */
  • trunk/src/wp-includes/class-wp-http-requests-hooks.php

    r49120 r49671  
    6060
    6161        /**
    62          * Transforms a native Request hook to a WordPress actions.
     62         * Transforms a native Request hook to a WordPress action.
    6363         *
    6464         * This action maps Requests internal hook to a native WordPress action.
    6565         *
    6666         * @see https://github.com/rmccue/Requests/blob/master/docs/hooks.md
     67         *
     68         * @since 4.7.0
    6769         *
    6870         * @param array $parameters Parameters from Requests internal hook.
Note: See TracChangeset for help on using the changeset viewer.