Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17850, comment 5


Ignore:
Timestamp:
06/21/2011 05:56:48 PM (14 years ago)
Author:
redsweater
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17850, comment 5

    initial v1  
    33I applied the patch and it doesn't address the crux of the problem, that XMLRPC clients are unable to update '_' prefixed custom fields.
    44
    5 Is it possible that in post.php it was a mistake to add the "|| is_hidden_meta( $meta->meta_key )" clause to the tests that bail out on editing or deleting a custom field value?
     5Is it possible that in post.php it was a mistake to add the is_hidden_meta( $meta->meta_key ) clause to the tests that bail out on editing or deleting a custom field value?