Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (9 years ago)
Author:
tw2113
Message:

First pass at BP-Core docs cleanup.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-moderation.php

    r9819 r10012  
    2727 *
    2828 * @param int $user_id User id to check for flood.
     29 *
    2930 * @return bool True if there is no flooding, false if there is.
    3031 */
     
    5859 * @uses bp_current_user_can() Allow super admins to bypass blacklist.
    5960 *
    60  * @param int $user_id Topic or reply author ID.
    61  * @param string $title The title of the content.
     61 * @param int    $user_id Topic or reply author ID.
     62 * @param string $title   The title of the content.
    6263 * @param string $content The content being posted.
     64 *
    6365 * @return bool True if test is passed, false if fail.
    6466 */
     
    192194 * @uses bp_current_user_can() Allow super admins to bypass blacklist.
    193195 *
    194  * @param int $user_id Topic or reply author ID.
    195  * @param string $title The title of the content.
     196 * @param int    $user_id Topic or reply author ID.
     197 * @param string $title   The title of the content.
    196198 * @param string $content The content being posted.
     199 *
    197200 * @return bool True if test is passed, false if fail.
    198201 */
     
    331334     * @since BuddyPress (1.6.0)
    332335     *
    333      * @param string $retval Current user's user-agent
     336     * @param string $retval Current user's user-agent.
    334337     */
    335338    return apply_filters( 'bp_core_current_user_ua', $retval );
Note: See TracChangeset for help on using the changeset viewer.