Opened 9 months ago
Closed 4 months ago
#21887 closed enhancement (fixed)
Remove unnecessary error suppression from get_terms()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Taxonomy | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Line 1450 (added in [10416]) doesn't look right:
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-includes/taxonomy.php#L1434
Line 1329 can be simplified a bit as well:
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-includes/taxonomy.php#L1328
Attachments (1)
Change History (4)
SergeyBiryukov
— 9 months ago
comment:1
SergeyBiryukov
— 9 months ago
- Version set to 2.7
comment:2
SergeyBiryukov
— 6 months ago
- Milestone changed from Awaiting Review to 3.6
comment:3
SergeyBiryukov
— 4 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 23599: