Changeset 52983
- Timestamp:
- 03/23/2022 02:48:28 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/filters.php
r52952 r52983 203 203 $a = new MockAction(); 204 204 $tag = __FUNCTION__; 205 $val = __FUNCTION__ . '_val';206 205 207 206 add_filter( $tag, array( $a, 'filter' ), 12 ); … … 314 313 $a = new MockAction(); 315 314 $tag = __FUNCTION__; 316 $val = __FUNCTION__ . '_val';317 315 318 316 // No priority.
Note: See TracChangeset
for help on using the changeset viewer.