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.