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/endpoints/class-wp-rest-controller.php

    r56559 r60249  
    663663     * Sanitizes the slug value.
    664664     *
    665      * @since 4.7.0
    666      *
    667      * @internal We can't use sanitize_title() directly, as the second
     665     * {@internal We can't use sanitize_title() directly, as the second
    668666     * parameter is the fallback title, which would end up being set to the
    669      * request object.
     667     * request object.}
     668     *
     669     * @since 4.7.0
    670670     *
    671671     * @see https://github.com/WP-API/WP-API/issues/1585
Note: See TracChangeset for help on using the changeset viewer.