diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 3dcdede818..6aa9cf6b97 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -3607,7 +3607,7 @@ function update_object_term_cache($object_ids, $object_type) { $terms = wp_get_object_terms( $ids, $taxonomies, array( 'fields' => 'all_with_object_id', - 'orderby' => 'none', + 'orderby' => 'name', 'update_term_meta_cache' => false, ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index c0f5267e65..56a808c396 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.1-alpha-36052'; +$wp_version = '4.4.1-alpha-36057'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.