Changeset 56559 for trunk/tests/phpunit/tests/ajax/wpAjaxAddTag.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxAddTag.php
r54722 r56559 75 75 ), 76 76 'expected' => 'A new category added.', 77 'callback' => static function ( array $messages ) {77 'callback' => static function ( array $messages ) { 78 78 $messages['category'][1] = 'A new category added.'; 79 79 return $messages;
Note: See TracChangeset
for help on using the changeset viewer.