We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b135c commit ef7e5ccCopy full SHA for ef7e5cc
includes/wp-admin/class-settings.php
@@ -209,7 +209,7 @@ public static function register_settings() {
209
$sanitized = implode( '.', $sanitized );
210
211
// Check for login or nicename.
212
- $user = new WP_User_Query(
+ $user = new \WP_User_Query(
213
array(
214
'search' => $sanitized,
215
'search_columns' => array( 'user_login', 'user_nicename' ),
0 commit comments