Docs: Add missing single quote in WP_User_Query::prepare_query() DocBlock.

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

Props kkmuffme, mukesh27.
Fixes #62714.
Built from https://develop.svn.wordpress.org/trunk@59542


git-svn-id: http://core.svn.wordpress.org/trunk@58928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-12-19 10:24:23 +00:00
parent 4210bfdbb2
commit 87e7f72397
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ class WP_User_Query {
* - 'login__in'
* - 'user_nicename' (or 'nicename')
* - 'nicename__in'
* - 'user_email (or 'email')
* - 'user_email' (or 'email')
* - 'user_url' (or 'url')
* - 'user_registered' (or 'registered')
* - 'post_count'

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59541';
$wp_version = '6.8-alpha-59542';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.