Changeset 51657 for trunk/tests/phpunit/includes/plural-form-function.php
- Timestamp:
- 08/26/2021 12:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/plural-form-function.php
r48790 r51657 8 8 */ 9 9 function tests_make_plural_form_function( $nplurals, $expression ) { 10 $closure = function ( $n ) use ( $nplurals, $expression ) {10 $closure = static function ( $n ) use ( $nplurals, $expression ) { 11 11 $expression = str_replace( 'n', $n, $expression ); 12 12
Note: See TracChangeset
for help on using the changeset viewer.