Make WordPress Core

Changeset 28819


Ignore:
Timestamp:
06/24/2014 03:54:52 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Add @ticket references.

see #27268.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/Autop.php

    r28818 r28819  
    277277    /**
    278278     * wpautop() should treat block level HTML elements as blocks.
     279     *
     280     * @ticket 27268
    279281     */
    280282    function test_that_wpautop_treats_block_level_elements_as_blocks() {
     
    344346    /**
    345347     * wpautop() should autop a blockquote's contents but not the blockquote itself
     348     *
     349     * @ticket 27268
    346350     */
    347351    function test_that_wpautop_does_not_wrap_blockquotes_but_does_autop_their_contents() {
     
    354358    /**
    355359     * wpautop() should treat inline HTML elements as inline.
     360     *
     361     * @ticket 27268
    356362     */
    357363    function test_that_wpautop_treats_inline_elements_as_inline() {
Note: See TracChangeset for help on using the changeset viewer.