Make WordPress Core


Ignore:
Timestamp:
07/09/2015 08:55:26 PM (10 years ago)
Author:
wonderboymusic
Message:

Revert [32851] and [32850] for now, tl;dr encoding issues.

See #17780.

File:
1 edited

Legend:

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

    r32851 r33148  
    3535    function test_ignores_existing_entities() {
    3636        $source = '& £ " &';
    37         $res = '& £ " &';
     37        $res = '& £ " &';
    3838        $this->assertEquals( $res, esc_html($source) );
    3939    }
Note: See TracChangeset for help on using the changeset viewer.