Opened 8 months ago
Closed 8 months ago
#21888 closed defect (bug) (fixed)
Correct wp_count_terms() @return value
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Inline Docs | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
wp_count_terms() calls get_terms(), which returns a WP_Error object on failure:
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-includes/taxonomy.php#L1163
Attachments (1)
Note: See
TracTickets for help on using
tickets.

In [21843]: