Skip to content

Commit 4cac4dc

Browse files
committed
Add missing space
1 parent 0259158 commit 4cac4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/functions/wpGetArchives.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function test_wp_get_archives_limit_filter() {
230230
// Add filter to modify limit to 2.
231231
add_filter(
232232
'getarchives_limit',
233-
function( $limit, $parsed_args ) {
233+
function ( $limit, $parsed_args ) {
234234
// Modify limit from 3 to 2.
235235
return ' LIMIT 2';
236236
},

0 commit comments

Comments
 (0)