diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index d9dad1c0ad..9246da0dc1 100644 --- a/wp-includes/general-template.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index e09c53fba8..c265716a56 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36938'; +$wp_version = '4.5-beta3-36939'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.