Opened 13 years ago
Closed 12 years ago
#24768 closed defect (bug) (fixed)
get_comment, wp_get_post_revision, get_term all have $null
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | minor | Version: | 3.5 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description (last modified by )
All of get_comment, wp_get_post_revision and get_term, have $null variables that are set to null and never changed, plus only used once.
These are artifacts from returning by reference, which was removed back in r21792.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Let's remove them.