Changeset 61127
- Timestamp:
- 11/04/2025 02:17:02 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r61126 r61127 3443 3443 3444 3444 // Remove all HTML tags and their contents. 3445 $processor = new WP_HTML_Tag_Processor( $menu_item[0] ); 3445 $processor = new WP_HTML_Tag_Processor( $menu_item[0] ); 3446 $menu_label = ''; 3446 3447 while ( $processor->next_token() ) { 3447 3448 if ( '#text' === $processor->get_token_name() ) {
Note: See TracChangeset
for help on using the changeset viewer.