mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
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'
|
||||
* - 'user_nicename' (or 'nicename')
|
||||
* - 'nicename__in'
|
||||
* - 'user_email (or 'email')
|
||||
* - 'user_email' (or 'email')
|
||||
* - 'user_url' (or 'url')
|
||||
* - 'user_registered' (or 'registered')
|
||||
* - 'post_count'
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user