[wp-trac] [WordPress Trac] #23683: Fatal error in WP_User_Query
WordPress Trac
noreply at wordpress.org
Mon Mar 4 05:54:40 UTC 2013
#23683: Fatal error in WP_User_Query
----------------------------+--------------------------
Reporter: SergeyBiryukov | Type: defect (bug)
Status: new | Priority: normal
Milestone: 3.6 | Component: Users
Version: 3.4 | Severity: normal
Keywords: has-patch |
----------------------------+--------------------------
To reproduce in single site:
1. Go to Users screen.
2. Enter a URL into the search input and click "Search Users".
3. You'll see a fatal error:
{{{
Fatal error: Call to undefined function wp_is_large_network() in wp-
includes/user.php on line 477
}}}
`wp_is_large_network()` is only defined in Multisite admin: [[BR]]
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-
admin/includes/ms.php#L696
This can be reproduced when using `WP_User_Query` on front-end as well (in
single site and Multisite). Introduced in [19886].
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23683>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list