Skip to:
Content

bbPress.org

Changeset 6521


Ignore:
Timestamp:
06/10/2017 09:14:19 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Engagements: Update phpdoc for bbp_add_user_to_object().

  • Replace add_post_meta() with add_metadata()

See #3068.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/engagements.php

    r6520 r6521  
    2424 * @param bool   $unique    Whether metadata should be unique to the object
    2525 *
    26  * @uses add_post_meta() To add the user to an object
     26 * @uses add_metadata() To add the user to an object
    2727 *
    2828 * @return bool Returns true on success, false on failure
Note: See TracChangeset for help on using the changeset viewer.