Skip to:
Content

BuddyPress.org

Ticket #5193: 5193.05.patch

File 5193.05.patch, 926 bytes (added by netweb, 8 years ago)
  • src/bp-messages/bp-messages-functions.php

     
    446446 *
    447447 * @see delete_metadata() for full documentation excluding $meta_type variable.
    448448 *
    449  * @param int $message_id ID of the message to have meta deleted for.
    450  * @param string|bool $meta_key Meta key to delete. Default false.
     449 * @param int         $message_id ID of the message to have meta deleted for.
     450 * @param string|bool $meta_key   Meta key to delete. Default false.
    451451 * @param string|bool $meta_value Meta value to delete. Default false.
    452  * @param bool $delete_all Whether or not to delete all meta data.
     452 * @param bool        $delete_all Whether or not to delete all meta data.
    453453 *
    454454 * @return bool True on successful delete, false on failure.
    455455 */