Make WordPress Core


Ignore:
Timestamp:
05/26/2025 11:18:03 AM (9 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/comment-template.php

    r60166 r60249  
    20962096 * Only affects users with JavaScript disabled.
    20972097 *
    2098  * @internal The $comment global must be present to allow template tags access to the current
    2099  *           comment. See https://core.trac.wordpress.org/changeset/36512.
     2098 * {@internal The $comment global must be present to allow template tags access to the current
     2099 * comment. See https://core.trac.wordpress.org/changeset/36512.}
    21002100 *
    21012101 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.