Commit 2f44f23d92 for wordpress.org

commit 2f44f23d92d55ba72a5ce723efa12601beaf8556
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Thu Apr 25 10:49:16 2024 +0000

    Docs: Remove extra commas in `WP_User_Query::prepare_query()` DocBlock.

    Follow-up to [52226], [58032].

    Props nareshbheda, mukesh27.
    Fixes #61076.
    Built from https://develop.svn.wordpress.org/trunk@58045


    git-svn-id: http://core.svn.wordpress.org/trunk@57511 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/class-wp-user-query.php b/wp-includes/class-wp-user-query.php
index 0d2c0dec86..986dce5e42 100644
--- a/wp-includes/class-wp-user-query.php
+++ b/wp-includes/class-wp-user-query.php
@@ -199,13 +199,13 @@ class WP_User_Query {
 	 *                                                - 'include'
 	 *                                                - 'user_login' (or 'login')
 	 *                                                - 'login__in'
-	 *                                                - 'user_nicename' (or 'nicename'),
+	 *                                                - 'user_nicename' (or 'nicename')
 	 *                                                - 'nicename__in'
 	 *                                                - 'user_email (or 'email')
-	 *                                                - 'user_url' (or 'url'),
+	 *                                                - 'user_url' (or 'url')
 	 *                                                - 'user_registered' (or 'registered')
 	 *                                                - 'post_count'
-	 *                                                - 'meta_value',
+	 *                                                - 'meta_value'
 	 *                                                - 'meta_value_num'
 	 *                                                - The value of `$meta_key`
 	 *                                                - An array key of `$meta_query`
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0aed5a9149..fb1d0a1e01 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.6-alpha-58044';
+$wp_version = '6.6-alpha-58045';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.