Changeset 44153 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 12/14/2018 03:16:56 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43811
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/includes/ajax-actions.php
r43598 r44153 1444 1444 wp_die( __( 'Please provide a custom field name.' ) ); 1445 1445 } 1446 if ( '' == trim( $value ) ) {1447 wp_die( __( 'Please provide a custom field value.' ) );1448 }1449 1446 if ( ! $meta = get_metadata_by_mid( 'post', $mid ) ) { 1450 1447 wp_die( 0 ); // if meta doesn't exist
Note: See TracChangeset
for help on using the changeset viewer.