Changeset 44560
- Timestamp:
- 01/11/2019 03:44:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/plural-form-function.php
r42343 r44560 13 13 return (\$index < $nplurals)? \$index : $nplurals - 1;"; 14 14 15 // phpcs:ignore WordPress.PHP.RestrictedPHPFunctions.create_function_create_function 15 16 return create_function( '$n', $func_body ); 16 17 }
Note: See TracChangeset
for help on using the changeset viewer.