Ticket #44433: 44433.patch
| File 44433.patch, 1000 bytes (added by , 8 years ago) |
|---|
-
wp-includes/meta.php
314 314 * @param string $meta_key Metadata key 315 315 * @param mixed $meta_value Optional. Metadata value. Must be serializable if non-scalar. If specified, only delete 316 316 * metadata entries with this value. Otherwise, delete all entries with the specified meta_key. 317 * Pass `null , `false`, or an empty string to skip this check. (For backward compatibility,317 * Pass `null`, `false`, or an empty string to skip this check. (For backward compatibility, 318 318 * it is not possible to pass an empty string to delete those entries with an empty string 319 319 * for a value.) 320 320 * @param bool $delete_all Optional, default is false. If true, delete matching metadata entries for all objects,