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 4cac4dc commit aad4330Copy full SHA for aad4330
src/wp-includes/general-template.php
@@ -2075,7 +2075,7 @@ function wp_get_archives( $args = '' ) {
2075
*
2076
* @since 7.0.0
2077
2078
- * @param string $limit The limit of the query for the `wp_get_archives` function.
+ * @param string $limit The limit of the query for the `wp_get_archives` function.
2079
* @param array $parsed_args An array of default arguments.
2080
*/
2081
$limit = apply_filters( 'getarchives_limit', $parsed_args['limit'], $parsed_args );
0 commit comments