diff --git a/wp-includes/taxonomy-functions.php b/wp-includes/taxonomy-functions.php index f9c541554c..77b6b8606e 100644 --- a/wp-includes/taxonomy-functions.php +++ b/wp-includes/taxonomy-functions.php @@ -1110,7 +1110,7 @@ function get_terms( $taxonomies, $args = '' ) { * * @since 3.1.0 * - * @param array $args An array of get_term() arguments. + * @param array $args An array of get_terms() arguments. * @param array $taxonomies An array of taxonomies. */ $args = apply_filters( 'get_terms_args', $args, $taxonomies ); diff --git a/wp-includes/version.php b/wp-includes/version.php index bf2914e95d..867cf60d85 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35319'; +$wp_version = '4.4-alpha-35320'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.