Changeset 43811 for branches/5.0/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/23/2018 06:55:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/ajax-actions.php
r43807 r43811 1342 1342 if ( '' == trim($key) ) 1343 1343 wp_die( __( 'Please provide a custom field name.' ) ); 1344 if ( '' == trim($value) )1345 wp_die( __( 'Please provide a custom field value.' ) );1346 1344 if ( ! $meta = get_metadata_by_mid( 'post', $mid ) ) 1347 1345 wp_die( 0 ); // if meta doesn't exist
Note: See TracChangeset
for help on using the changeset viewer.