- Timestamp:
- 09/12/2023 03:21:02 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-widget-types-controller.php
r55457 r56559 162 162 $text_widgets = array_filter( 163 163 $data, 164 static function ( $widget ) {164 static function ( $widget ) { 165 165 return 'text' === $widget['id']; 166 166 } … … 190 190 $widget_id, 191 191 'WP legacy widget', 192 static function () {}192 static function () {} 193 193 ); 194 194 wp_set_current_user( self::$admin_id ); … … 221 221 $widget_id, 222 222 '‘Legacy ‑ Archive ‑ Widget’', 223 static function () {},223 static function () {}, 224 224 array( 225 225 'description' => '“A great & interesting archive of your site’s posts!”',
Note: See TracChangeset
for help on using the changeset viewer.