#4725 closed defect (bug) (fixed)
[5858] breaks get_col()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
$wpdb->get_col()
is returning an array of NULLs after [5858]
It appears to actually be the $wpdb->get_var()
change that is doing it.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5860]) Prevent get_col() from returning an array of NULLs. see #4725