Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32352, comment 4


Ignore:
Timestamp:
07/20/2015 06:06:49 AM (10 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32352, comment 4

    initial v1  
    1 I'm don't think the proposal here is something we want to / should do.
     1I don't think the proposal here is something we want to / should do.
    22
    33In all cases where we insert data to the database, we should be looking at the return value to determine if it succeeded, and if not, to take appropriate action (ie. `return WP_Error()`, redirect, or `wp_die()`) before continuing with any processing.