diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 9506a347db..374495c1b8 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -2554,6 +2554,7 @@ function wp_delete_category( $cat_ID ) { * Retrieves the terms associated with the given object(s), in the supplied taxonomies. * * @since 2.3.0 + * @since 4.2.0 Added support for 'taxonomy', 'parent', and 'term_taxonomy_id' values of $orderby. * * @global wpdb $wpdb WordPress database abstraction object. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 9324dad129..56391410a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31236'; +$wp_version = '4.2-alpha-31237'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.