Changeset 60249 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 05/26/2025 11:18:03 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r60227 r60249 2552 2552 * Balances tags of string using a modified stack. 2553 2553 * 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 * 2554 2559 * @since 2.0.4 2555 2560 * @since 5.3.0 Improve accuracy and add support for custom element tags. … … 2560 2565 * @version 1.1 2561 2566 * @todo Make better - change loop condition to $text in 1.2 2562 * @internal Modified by Scott Reilly (coffee2code) 02 Aug 20042563 * 1.1 Fixed handling of append/stack pop order of end text2564 * Added Cleaning Hooks2565 * 1.0 First Version2566 2567 * 2567 2568 * @param string $text Text to be balanced.
Note: See TracChangeset
for help on using the changeset viewer.