Opened 23 months ago
Closed 8 months ago
#18112 closed defect (bug) (invalid)
get_admin_users_for_domain doesn't work
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This function doesn't seem to work at all.
See http://gsoc.svn.wordpress.org/2011/jakub.tyrcha/test_wpms.php for unit tests
Change History (3)
comment:1
jakub.tyrcha — 23 months ago
- Summary changed from get_admin_users_for_domain to get_admin_users_for_domain doesn't work
comment:3
wonderboymusic — 8 months ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

It is used nowhere is core, but does work:
AND
Both produce:
Array ( [0] => Array ( [ID] => 1 [user_login] => admin [user_pass] => $P$BpIsrLsv0o6n3YEMLBe8dW6Xz4FWpp/ ) )