Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (11 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-functions.php

    r6342 r7228  
    234234 * @package BuddyPress
    235235 *
    236  * @param str $action The kind of notification being rendered
     236 * @param string $action The kind of notification being rendered
    237237 * @param int $item_id The primary item id
    238238 * @param int $secondary_item_id The secondary item id
    239239 * @param int $total_items The total number of messaging-related notifications waiting for the user
    240  * @param str $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar
     240 * @param string $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar
    241241 */
    242242function messages_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
Note: See TracChangeset for help on using the changeset viewer.