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/formatting.php

    r60227 r60249  
    25522552 * Balances tags of string using a modified stack.
    25532553 *
     2554 * {@internal Modified by Scott Reilly (coffee2code) 02 Aug 2004
     2555 *      1.1  Fixed handling of append/stack pop order of end text
     2556 *           Added Cleaning Hooks
     2557 *      1.0  First Version}
     2558 *
    25542559 * @since 2.0.4
    25552560 * @since 5.3.0 Improve accuracy and add support for custom element tags.
     
    25602565 * @version 1.1
    25612566 * @todo Make better - change loop condition to $text in 1.2
    2562  * @internal Modified by Scott Reilly (coffee2code) 02 Aug 2004
    2563  *      1.1  Fixed handling of append/stack pop order of end text
    2564  *           Added Cleaning Hooks
    2565  *      1.0  First Version
    25662567 *
    25672568 * @param string $text Text to be balanced.
Note: See TracChangeset for help on using the changeset viewer.