Make WordPress Core


Ignore:
Timestamp:
05/26/2025 11:18:03 AM (13 months ago)
Author:
johnbillion
Message:

Docs: Switch some @internal tags to the inline format so the corresponding function or method is not treated by IDEs and static scanning tools as internal use only.

See #63166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-response.php

    r54891 r60249  
    4444     * Adds a link to the response.
    4545     *
    46      * @internal The $rel parameter is first, as this looks nicer when sending multiple.
     46     * {@internal The $rel parameter is first, as this looks nicer when sending multiple.}
    4747     *
    4848     * @since 4.4.0
     
    136136     * Sets a single link header.
    137137     *
    138      * @internal The $rel parameter is first, as this looks nicer when sending multiple.
     138     * {@internal The $rel parameter is first, as this looks nicer when sending multiple.}
    139139     *
    140140     * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.