Changeset 41724 for trunk/tests/phpunit/tests/shortcode.php
- Timestamp:
- 10/04/2017 02:49:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/shortcode.php
r41026 r41724 478 478 array( 479 479 '[caption caption="test" width="2"]<div>hello</div>[/caption]', 480 '<div style=" width: 12px" class="wp-caption alignnone"><div>hello</div><p class="wp-caption-text">test</p></div>',480 '<div style="max-width: 12px" class="wp-caption alignnone"><div>hello</div><p class="wp-caption-text">test</p></div>', 481 481 ), 482 482 array(
Note: See TracChangeset
for help on using the changeset viewer.