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:
parent
4210bfdbb2
commit
87e7f72397
|
@ -202,7 +202,7 @@ class WP_User_Query {
|
||||||
* - 'login__in'
|
* - 'login__in'
|
||||||
* - 'user_nicename' (or 'nicename')
|
* - 'user_nicename' (or 'nicename')
|
||||||
* - 'nicename__in'
|
* - 'nicename__in'
|
||||||
* - 'user_email (or 'email')
|
* - 'user_email' (or 'email')
|
||||||
* - 'user_url' (or 'url')
|
* - 'user_url' (or 'url')
|
||||||
* - 'user_registered' (or 'registered')
|
* - 'user_registered' (or 'registered')
|
||||||
* - 'post_count'
|
* - 'post_count'
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue