Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18310, comment 16


Ignore:
Timestamp:
07/10/2013 06:13:28 AM (10 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18310, comment 16

    initial v1  
    11The notice is for an empty delimiter. `isset( $guid )` is therefore not sufficient; if it comes back as an empty string or the like, the strpos() call will fail and emit a warning. Note, #23811 more or less fixes this anyway.
    22
    3 I'm going to suggest a new ticket for wp_insert_attachment()... I'm leaving a comment in #23811 as well.
     3I'm going to suggest a new ticket for wp_insert_attachment()... I'm leaving a comment in #21963 as well.