Make WordPress Core


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

Docs: Add missing @since tags.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.