Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/22/2014 01:16:42 AM (9 years ago)
Author:
boonebgorges
Message:

Improve some docblocks in bp-messages-classes.php.

Props slaFFik.
See #5193.

File:
1 edited

Legend:

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

    r8661 r9164  
    110110     * @since BuddyPress (1.0.0)
    111111     *
    112      * @param int $thread_id The message thread ID.
     112     * @param bool|int $thread_id The message thread ID.
    113113     * @param string $order The order to sort the messages. Either 'ASC' or 'DESC'.
    114114     */
     
    128128     * @param int $thread_id The message thread ID.
    129129     * @param string $order The order to sort the messages. Either 'ASC' or 'DESC'.
     130     * @return bool False on failure.
    130131     */
    131132    public function populate( $thread_id, $order ) {
     
    362363     *
    363364     * @param int $thread_id The message thread ID.
    364      * @param bool
     365     * @return bool
    365366     */
    366367    public static function user_is_sender( $thread_id ) {
     
    469470     * @since BuddyPress (1.0.0)
    470471     *
    471      * @param object $recipients Object containing the message recipients.
     472     * @param array $recipients Array containing the message recipients (array of objects).
    472473     * @return string
    473474     */
     
    791792     *
    792793     * @since BuddyPress (1.0.0)
     794     * @param int $id Optional. The ID of the current notice.
    793795     */
    794796    public function __construct( $id = null ) {
     
    912914     * @since BuddyPress (1.0.0)
    913915     *
    914      * @param array $data {
     916     * @param array $args {
    915917     *     Array of parameters.
    916918     *     @type int $pag_num Number of notices per page. Defaults to 20.
Note: See TracChangeset for help on using the changeset viewer.