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 0259158 commit 4cac4dcCopy full SHA for 4cac4dc
tests/phpunit/tests/functions/wpGetArchives.php
@@ -230,7 +230,7 @@ public function test_wp_get_archives_limit_filter() {
230
// Add filter to modify limit to 2.
231
add_filter(
232
'getarchives_limit',
233
- function( $limit, $parsed_args ) {
+ function ( $limit, $parsed_args ) {
234
// Modify limit from 3 to 2.
235
return ' LIMIT 2';
236
},
0 commit comments