- Timestamp:
- 01/27/2026 11:18:32 AM (8 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/includes/build-visual-html-tree.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/tests/phpunit/includes/build-visual-html-tree.php
r60707 r61536 203 203 case '#text': 204 204 $text_content = $processor->get_modifiable_text(); 205 if ( '' === trim( $text_content, " \f\t\r\n" )) {205 if ( '' === $text_content ) { 206 206 break; 207 207 } … … 238 238 } 239 239 240 // If they're no attributes, we're done here.240 // When no attributes are present, there’s nothing left to do. 241 241 if ( empty( $block_attrs ) ) { 242 242 break;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)