Skip to:
Content

BuddyPress.org

Changeset 11375


Ignore:
Timestamp:
01/05/2017 09:26:35 PM (8 years ago)
Author:
slaffik
Message:

Messages: more hooks and filters.

Couple of coding standards fixes that were reverted in r11308.

Props netweb.
Fixes #5193.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-functions.php

    r11310 r11375  
    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.
Note: See TracChangeset for help on using the changeset viewer.