diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index d9688e0b87..cd72730a3e 100644 --- a/wp-content/themes/twentyfourteen/functions.php +++ b/wp-content/themes/twentyfourteen/functions.php @@ -542,7 +542,7 @@ if ( ! function_exists( 'twentyfourteen_list_authors' ) ) : /** * Filters query arguments for listing authors. * - * @since 3.3 + * @since Twenty Fourteen 3.3 * * @param array $args Query arguments. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 3c03de6cd6..230cc7186f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56771'; +$wp_version = '6.4-beta2-56772'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.