Changeset 9164
- Timestamp:
- 11/22/2014 01:16:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-classes.php
r8661 r9164 110 110 * @since BuddyPress (1.0.0) 111 111 * 112 * @param int $thread_id The message thread ID.112 * @param bool|int $thread_id The message thread ID. 113 113 * @param string $order The order to sort the messages. Either 'ASC' or 'DESC'. 114 114 */ … … 128 128 * @param int $thread_id The message thread ID. 129 129 * @param string $order The order to sort the messages. Either 'ASC' or 'DESC'. 130 * @return bool False on failure. 130 131 */ 131 132 public function populate( $thread_id, $order ) { … … 362 363 * 363 364 * @param int $thread_id The message thread ID. 364 * @ parambool365 * @return bool 365 366 */ 366 367 public static function user_is_sender( $thread_id ) { … … 469 470 * @since BuddyPress (1.0.0) 470 471 * 471 * @param object $recipients Object containing the message recipients.472 * @param array $recipients Array containing the message recipients (array of objects). 472 473 * @return string 473 474 */ … … 791 792 * 792 793 * @since BuddyPress (1.0.0) 794 * @param int $id Optional. The ID of the current notice. 793 795 */ 794 796 public function __construct( $id = null ) { … … 912 914 * @since BuddyPress (1.0.0) 913 915 * 914 * @param array $ data{916 * @param array $args { 915 917 * Array of parameters. 916 918 * @type int $pag_num Number of notices per page. Defaults to 20.
Note: See TracChangeset
for help on using the changeset viewer.