Changeset 894 in tests for trunk/tests/test_includes_kses.php
- Timestamp:
- 07/09/2012 03:32:24 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tests/test_includes_kses.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_kses.php
r877 r894 7 7 */ 8 8 class Test_wp_filter_post_kses extends WP_UnitTestCase { 9 10 /** 11 * @ticket 20210 12 */ 9 13 function test_wp_filter_post_kses_address() { 10 14 global $allowedposttags; 11 12 $this->knownWPBug( 20210 );13 15 14 16 $attributes = array( … … 25 27 } 26 28 29 /** 30 * @ticket 20210 31 */ 27 32 function test_wp_filter_post_kses_a() { 28 33 global $allowedposttags; 29 30 $this->knownWPBug( 20210 );31 34 32 35 $attributes = array( … … 48 51 } 49 52 53 /** 54 * @ticket 20210 55 */ 50 56 function test_wp_filter_post_kses_abbr() { 51 57 global $allowedposttags; 52 53 $this->knownWPBug( 20210 );54 58 55 59 $attributes = array(
Note: See TracChangeset
for help on using the changeset viewer.