- Timestamp:
- 01/28/2025 02:46:18 PM (12 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/html-api/wpHtmlProcessor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/tests/phpunit/tests/html-api/wpHtmlProcessor.php
r59694 r59721 134 134 // Create a bookmark inside of that stack. 135 135 if ( null !== $processor->get_attribute( 'two' ) ) { 136 $ processor->set_bookmark( 'two');136 $this->assertTrue( $processor->set_bookmark( 'two' ) ); 137 137 break; 138 138 }
Note: See TracChangeset
for help on using the changeset viewer.