Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 12:02:25 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Messages component.

See #6576.

File:
1 edited

Legend:

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

    r9862 r10139  
    11<?php
    2 
    32/**
    43 * BuddyPress Messages Functions.
     
    1312 */
    1413
    15 // Exit if accessed directly
     14// Exit if accessed directly.
    1615defined( 'ABSPATH' ) || exit;
    1716
     
    158157     * Fires after a message has been successfully sent.
    159158     *
    160      * @since BuddyPress (1.1.0)
     159     * @since 1.1.0
    161160     *
    162161     * @param BP_Messages_Message $message Message object. Passed by reference.
     
    192191         * Fires after a notice has been successfully sent.
    193192         *
    194          * @since BuddyPress (1.0.0)
     193         * @since 1.0.0
    195194         *
    196195         * @param string $subject Subject of the notice.
     
    215214     * Fires before specified thread IDs have been deleted.
    216215     *
    217      * @since BuddyPress (1.5.0)
     216     * @since 1.5.0
    218217     *
    219218     * @param int|array Thread ID or array of thread IDs that were deleted.
     
    236235         * Fires after specified thread IDs have been deleted.
    237236         *
    238          * @since BuddyPress (1.0.0)
     237         * @since 1.0.0
    239238         *
    240239         * @param int|array Thread ID or array of thread IDs that were deleted.
     
    374373 * Get the thread ID from a message ID.
    375374 *
    376  * @since BuddyPress (2.3.0)
     375 * @since 2.3.0
    377376 *
    378377 * @param  int $message_id ID of the message.
     
    394393 * If $meta_key is false, this will delete all meta for the message ID.
    395394 *
    396  * @since BuddyPress (2.2.0)
     395 * @since 2.2.0
    397396 *
    398397 * @see delete_metadata() for full documentation excluding $meta_type variable.
     
    437436 * Get a piece of message metadata.
    438437 *
    439  * @since BuddyPress (2.2.0)
     438 * @since 2.2.0
    440439 *
    441440 * @see get_metadata() for full documentation excluding $meta_type variable.
     
    458457 * Update a piece of message metadata.
    459458 *
    460  * @since BuddyPress (2.2.0)
     459 * @since 2.2.0
    461460 *
    462461 * @see update_metadata() for full documentation excluding $meta_type variable.
     
    481480 * Add a piece of message metadata.
    482481 *
    483  * @since BuddyPress (2.2.0)
     482 * @since 2.2.0
    484483 *
    485484 * @see add_metadata() for full documentation excluding $meta_type variable.
Note: See TracChangeset for help on using the changeset viewer.