From 08e960244fca9d709057fd1d826adedf0d6043d8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Dec 2018 02:24:48 +0000 Subject: [PATCH] Docs: Update `@since` tag for the `WP_User_Query` instance added to `found_users_query` filter in [43660]. Fixes #43679. Built from https://develop.svn.wordpress.org/trunk@44348 git-svn-id: http://core.svn.wordpress.org/trunk@44178 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-user-query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-user-query.php b/wp-includes/class-wp-user-query.php index 1218c87c8b..c75f392c24 100644 --- a/wp-includes/class-wp-user-query.php +++ b/wp-includes/class-wp-user-query.php @@ -605,7 +605,7 @@ class WP_User_Query { * Filters SELECT FOUND_ROWS() query for the current WP_User_Query instance. * * @since 3.2.0 - * @since 4.9.9 Added the `$this` parameter. + * @since 5.1.0 Added the `$this` parameter. * * @global wpdb $wpdb WordPress database abstraction object. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 69a08988be..f4ce80d809 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44347'; +$wp_version = '5.1-alpha-44348'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.