Make WordPress Core

Ticket #44433: 44433.patch

File 44433.patch, 1000 bytes (added by dilipbheda, 8 years ago)
  • wp-includes/meta.php

     
    314314 * @param string $meta_key   Metadata key
    315315 * @param mixed  $meta_value Optional. Metadata value. Must be serializable if non-scalar. If specified, only delete
    316316 *                           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,
    318318 *                           it is not possible to pass an empty string to delete those entries with an empty string
    319319 *                           for a value.)
    320320 * @param bool   $delete_all Optional, default is false. If true, delete matching metadata entries for all objects,