Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2012 06:03:00 PM (13 years ago)
Author:
r-a-y
Message:

EOF:

  • Fall in line with WordPress 3.4 coding practices by removing all EOF closing PHP tags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-notifications.php

    r6093 r6342  
    6363/**
    6464 * Get a specific notification by its ID
    65  * 
     65 *
    6666 * @since BuddyPress (1.0)
    6767 * @param int $id
    68  * @return BP_Core_Notification 
     68 * @return BP_Core_Notification
    6969 */
    7070function bp_core_get_notification( $id ) {
     
    7474/**
    7575 * Get notifications for a specific user
    76  * 
     76 *
    7777 * @since BuddyPress (1.0)
    7878 * @global BuddyPress $bp
     
    174174/**
    175175 * Delete notifications for a user by type
    176  * 
     176 *
    177177 * Used when clearing out notifications for a specific component when the user
    178178 * has visited that component.
     
    190190/**
    191191 * Delete notifications for an item ID
    192  * 
     192 *
    193193 * Used when clearing out notifications for a specific component when the user
    194194 * has visited that component.
     
    250250    return true;
    251251}
    252 
    253 ?>
Note: See TracChangeset for help on using the changeset viewer.