- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-widgets-controller.php
r51568 r51657 109 109 'testwidget', 110 110 'WP test widget', 111 function () {111 static function () { 112 112 $settings = get_option( 'widget_testwidget' ); 113 113 … … 128 128 'testwidget', 129 129 'WP test widget', 130 function () {130 static function () { 131 131 $settings = wp_parse_args( 132 132 get_option( 'widget_testwidget' ),
Note: See TracChangeset
for help on using the changeset viewer.