diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index f7258511d6..488e222b97 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1527,6 +1527,8 @@ function the_archive_description( $before = '', $after = '' ) { * @since 4.1.0 * @since 4.7.0 Added support for author archives. * + * @see term_description() + * * @return string Archive description. */ function get_the_archive_description() { @@ -1541,8 +1543,6 @@ function get_the_archive_description() { * * @since 4.1.0 * - * @see term_description() - * * @param string $description Archive description to be displayed. */ return apply_filters( 'get_the_archive_description', $description ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 275d522d9d..e580d5db83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38494'; +$wp_version = '4.7-alpha-38495'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.