Changeset 55822 for trunk/tests/phpunit/tests/query/stickies.php
- Timestamp:
- 05/17/2023 10:44:21 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/stickies.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/stickies.php
r52990 r55822 137 137 add_filter( 138 138 'pre_option_sticky_posts', 139 function () use ( $post_ids ) {139 static function () use ( $post_ids ) { 140 140 return $post_ids; 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.