We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750ca84 commit f4ec0f7Copy full SHA for f4ec0f7
tests/phpunit/tests/functions/wpGetArchives.php
@@ -210,7 +210,7 @@ public function test_wp_get_archives_post_type() {
210
*/
211
public function test_wp_get_archives_args_filter() {
212
// Test that the filter can modify the limit argument.
213
- $filter_callback = function( $args ) {
+ $filter_callback = function ( $args ) {
214
$args['limit'] = 3;
215
return $args;
216
};
0 commit comments