Changeset 53331 for trunk/tests/phpunit/tests/kses.php
- Timestamp:
- 05/02/2022 01:11:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/kses.php
r52969 r53331 62 62 * @param string $string Test string for kses. 63 63 * @param string $expect_string Expected result after passing through kses. 64 * @return void65 64 */ 66 65 public function test_wp_filter_post_kses_a( $string, $expect_string ) { … … 170 169 * @param string $string Test string for kses. 171 170 * @param string $expect_string Expected result after passing through kses. 172 * @return void173 171 */ 174 172 public function test_wp_filter_post_kses_abbr( $string, $expect_string ) {
Note: See TracChangeset
for help on using the changeset viewer.