Changeset 5925 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 03/16/2012 12:49:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r5868 r5925 266 266 * @package BuddyPress Core 267 267 * 268 * @global obj $bp268 * @global BuddyPress $bp The one true BuddyPress instance 269 269 * @param str $message Feedback to give to user 270 270 * @param str $type updated|success|error|warning … … 1058 1058 * Set the $bp->is_directory global 1059 1059 * 1060 * @global obj $bp1060 * @global BuddyPress $bp The one true BuddyPress instance 1061 1061 * @param bool $is_directory 1062 1062 * @param str $component … … 1074 1074 * Set the $bp->is_item_admin global 1075 1075 * 1076 * @global obj $bp1076 * @global BuddyPress $bp The one true BuddyPress instance 1077 1077 * @param bool $is_item_admin 1078 1078 * @param str $component … … 1090 1090 * Set the $bp->is_item_mod global 1091 1091 * 1092 * @global obj $bp1092 * @global BuddyPress $bp The one true BuddyPress instance 1093 1093 * @param bool $is_item_mod 1094 1094 * @param str $component
Note: See TracChangeset
for help on using the changeset viewer.