From 606d131f5208f8ea7ed6f65b4fddddbaead024c1 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 17:46:44 +0000 Subject: [PATCH] Docs: Improve the 4.5.0 changelog entry in the hook doc for the `get_archives_link` filter, introduced in [36418]. See #35573. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36939 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index d9dad1c0ad..9246da0dc1 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -1592,7 +1592,7 @@ function get_archives_link($url, $text, $format = 'html', $before = '', $after = * Filter the archive link content. * * @since 2.6.0 - * @since 4.5.0 Added `$url`, `$text`, `$format`, `$before`, and `$after` params. + * @since 4.5.0 Added the `$url`, `$text`, `$format`, `$before`, and `$after` parameters. * * @param string $link_html The archive HTML link content. * @param string $url URL to archive.