From 68cff74f62d35e2ff1277bf57d40654f231750e2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 18 Oct 2020 08:23:06 +0000 Subject: [PATCH] Docs: Clarify documentation for what the 'count' orderby argument represents in `WP_Term_Query`. Props jeremyescott. Fixes #44443. Built from https://develop.svn.wordpress.org/trunk@49189 git-svn-id: http://core.svn.wordpress.org/trunk@48951 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-term-query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-term-query.php b/wp-includes/class-wp-term-query.php index d1bb3f2b4a..a78f2e2794 100644 --- a/wp-includes/class-wp-term-query.php +++ b/wp-includes/class-wp-term-query.php @@ -100,7 +100,7 @@ class WP_Term_Query { * - term fields ('name', 'slug', 'term_group', 'term_id', 'id', * 'description', 'parent', 'term_order'). Unless `$object_ids` * is not empty, 'term_order' is treated the same as 'term_id'. - * - 'count' for term taxonomy count. + * - 'count' to use the number of objects associated with the term. * - 'include' to match the 'order' of the $include param. * - 'slug__in' to match the 'order' of the $slug param. * - 'meta_value', 'meta_value_num'. diff --git a/wp-includes/version.php b/wp-includes/version.php index 8318fb87a1..8dd011908f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49188'; +$wp_version = '5.6-alpha-49189'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.