Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #30687, comment 3


Ignore:
Timestamp:
01/15/2016 08:09:08 PM (9 years ago)
Author:
locomo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30687, comment 3

    v1 v2  
    1 Not sure if this changes how this ticket would get prioritized, but shouldn't this be marked as a bug (rather than enhancement)? The current code actually silently unsets <code>$post['errors']</code> passed into it and processes without any notice to the user.
     1Not sure if this changes how this ticket would get prioritized, but shouldn't this be marked as a bug (rather than enhancement)? The current code actually silently unsets `$post['errors']` passed into it and processes without any notice to the user.
    22
    33This took me forever to track down. I updated documentation for the filter 'attachment_fields_to_save' to warn developers that we can't currently validate custom attachment fields with this filter