Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/08/2011 06:35:03 AM (14 years ago)
Author:
johnjamesjacoby
Message:

More auditing of _slug and _root_slug functions.

Introduce functions for updating '$bp->is_' globals to prevent loading $bp global in several functions.

Various phpDoc fixes and whitespace clean-up. (1.3 trunk)

File:
1 edited

Legend:

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

    r3963 r4088  
    11<?php
     2
     3/**
     4 * BuddyPress Member Notifications
     5 *
     6 * Functions and filters used for member notification
     7 *
     8 * @package BuddyPress
     9 * @subpackage Members
     10 */
    211
    312function bp_members_add_notification( $item_id, $user_id, $component_name, $component_action, $secondary_item_id = 0, $date_notified = false ) {
Note: See TracChangeset for help on using the changeset viewer.