Changeset 28819
- Timestamp:
- 06/24/2014 03:54:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/Autop.php
r28818 r28819 277 277 /** 278 278 * wpautop() should treat block level HTML elements as blocks. 279 * 280 * @ticket 27268 279 281 */ 280 282 function test_that_wpautop_treats_block_level_elements_as_blocks() { … … 344 346 /** 345 347 * wpautop() should autop a blockquote's contents but not the blockquote itself 348 * 349 * @ticket 27268 346 350 */ 347 351 function test_that_wpautop_does_not_wrap_blockquotes_but_does_autop_their_contents() { … … 354 358 /** 355 359 * wpautop() should treat inline HTML elements as inline. 360 * 361 * @ticket 27268 356 362 */ 357 363 function test_that_wpautop_treats_inline_elements_as_inline() {
Note: See TracChangeset
for help on using the changeset viewer.