Opened 13 years ago
Closed 13 years ago
#21888 closed defect (bug) (fixed)
Correct wp_count_terms() @return value
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | 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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In [21843]: