Changeset 42837 for trunk/tests/phpunit/tests/shortcode.php
- Timestamp:
- 03/16/2018 08:06:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/shortcode.php
r42343 r42837 536 536 array( 537 537 '[caption caption="test" width="2"]<div>hello</div>[/caption]', 538 '<div style=" max-width: 12px" class="wp-caption alignnone"><div>hello</div><p class="wp-caption-text">test</p></div>',538 '<div style="width: 12px" class="wp-caption alignnone"><div>hello</div><p class="wp-caption-text">test</p></div>', 539 539 ), 540 540 array(
Note: See TracChangeset
for help on using the changeset viewer.