Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/18/2012 10:15:09 AM (14 years ago)
Author:
djpaul
Message:

Update @since phpdoc on functions to use our formatted version of the tag, e.g. "@since BuddyPress (1.6)". Fixes #4445, props fanquake

File:
1 edited

Legend:

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

    r6093 r6259  
    55 * @package BuddyPress
    66 * @subpackage Core
    7  * @since 1.6
     7 * @since BuddyPress (1.6)
    88 */
    99
     
    2121 * @param int $user_id User id to check for flood
    2222 * @return bool True if there is no flooding, true if there is
    23  * @since 1.6
     23 * @since BuddyPress (1.6)
    2424 * @uses current_user_can() To check if the current user can throttle
    2525 * @uses bp_get_option() To get the throttle time
     
    5151 * @param string $content The content being posted
    5252 * @return bool True if test is passed, false if fail
    53  * @since 1.6
     53 * @since BuddyPress (1.6)
    5454 * @uses bp_current_author_ip() To get current user IP address
    5555 * @uses bp_current_author_ua() To get current user agent
     
    160160 * @uses bp_current_author_ua() To get current user agent
    161161 * @uses bp_current_user_can() Allow super admins to bypass blacklist
    162  * @since 1.6
     162 * @since BuddyPress (1.6)
    163163 */
    164164function bp_core_check_for_blacklist( $user_id = 0, $title = '', $content = '' ) {
     
    242242 *
    243243 * @return string
    244  * @since 1.6
     244 * @since BuddyPress (1.6)
    245245 */
    246246function bp_core_current_user_ip() {
     
    254254 *
    255255 * @return string
    256  * @since 1.6
     256 * @since BuddyPress (1.6)
    257257 */
    258258function bp_core_current_user_ua() {
Note: See TracChangeset for help on using the changeset viewer.