Changes between Initial Version and Version 1 of Ticket #16717, comment 7
- Timestamp:
- 03/09/2011 02:11:05 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16717, comment 7
initial v1 1 1 The ticket here is basically a duplicate of #16464. In #16464 we came to the conclusion that get_term_by() should not return WP_Error on error but FALSE (as documented). 2 2 3 Previous to that conclusion there was an earlier suggestion wasto check for WP_Error (comparable to the changesets [17506] and [17507]) and the ticket had such a patch for weeks already (it was with a minor error which didn't get corrected because core developer feedback pointed out that the other patch is preferred).3 Previous to that conclusion there was an earlier suggestion to check for WP_Error (comparable to the changesets [17506] and [17507]) and the ticket had such a patch for weeks already (it was with a minor error which didn't get corrected because core developer feedback pointed out that the other patch is preferred). 4 4 5 5 That ticket had been put to Future Release ca. 4 weeks ago.