Skip to content

Commit aad4330

Browse files
jehervewestonruter
andauthored
Better alignment
Co-authored-by: Weston Ruter <[email protected]>
1 parent 4cac4dc commit aad4330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/general-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ function wp_get_archives( $args = '' ) {
20752075
*
20762076
* @since 7.0.0
20772077
*
2078-
* @param string $limit The limit of the query for the `wp_get_archives` function.
2078+
* @param string $limit The limit of the query for the `wp_get_archives` function.
20792079
* @param array $parsed_args An array of default arguments.
20802080
*/
20812081
$limit = apply_filters( 'getarchives_limit', $parsed_args['limit'], $parsed_args );

0 commit comments

Comments
 (0)