Changeset 5925
- Timestamp:
- 03/16/2012 12:49:51 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-loader.php
r5868 r5925 35 35 * 36 36 * @since 1.5 37 * @global obj $bp37 * @global BuddyPress $bp The one true BuddyPress instance 38 38 */ 39 39 function setup_globals() { … … 92 92 * Setup BuddyBar navigation 93 93 * 94 * @global obj $bp94 * @global BuddyPress $bp The one true BuddyPress instance 95 95 */ 96 96 function setup_nav() { … … 135 135 * Set up the Toolbar 136 136 * 137 * @global obj $bp137 * @global BuddyPress $bp The one true BuddyPress instance 138 138 */ 139 139 function setup_admin_bar() { … … 180 180 * Sets up the title for pages and <title> 181 181 * 182 * @global obj $bp182 * @global BuddyPress $bp The one true BuddyPress instance 183 183 */ 184 184 function setup_title() { -
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 -
trunk/bp-forums/bp-forums-loader.php
r5885 r5925 35 35 * 36 36 * @since 1.5 37 * @global obj $bp37 * @global BuddyPress $bp The one true BuddyPress instance 38 38 */ 39 39 function setup_globals() { … … 90 90 * Setup BuddyBar navigation 91 91 * 92 * @global obj $bp92 * @global BuddyPress $bp The one true BuddyPress instance 93 93 */ 94 94 function setup_nav() { … … 166 166 * Set up the Toolbar 167 167 * 168 * @global obj $bp168 * @global BuddyPress $bp The one true BuddyPress instance 169 169 */ 170 170 function setup_admin_bar() { … … 219 219 * Sets up the title for pages and <title> 220 220 * 221 * @global obj $bp221 * @global BuddyPress $bp The one true BuddyPress instance 222 222 */ 223 223 function setup_title() { -
trunk/bp-friends/bp-friends-loader.php
r5868 r5925 53 53 * 54 54 * @since 1.5 55 * @global obj $bp55 * @global BuddyPress $bp The one true BuddyPress instance 56 56 */ 57 57 function setup_globals() { … … 86 86 * Setup BuddyBar navigation 87 87 * 88 * @global obj $bp88 * @global BuddyPress $bp The one true BuddyPress instance 89 89 */ 90 90 function setup_nav() { … … 132 132 * Set up the Toolbar 133 133 * 134 * @global obj $bp134 * @global BuddyPress $bp The one true BuddyPress instance 135 135 */ 136 136 function setup_admin_bar() { … … 188 188 * Sets up the title for pages and <title> 189 189 * 190 * @global obj $bp190 * @global BuddyPress $bp The one true BuddyPress instance 191 191 */ 192 192 function setup_title() { -
trunk/bp-groups/bp-groups-loader.php
r5903 r5925 59 59 * 60 60 * @since 1.5 61 * @global obj $bp61 * @global BuddyPress $bp The one true BuddyPress instance 62 62 */ 63 63 function setup_globals() { … … 269 269 * Setup BuddyBar navigation 270 270 * 271 * @global obj $bp271 * @global BuddyPress $bp The one true BuddyPress instance 272 272 */ 273 273 function setup_nav() { … … 421 421 * Set up the Toolbar 422 422 * 423 * @global obj $bp423 * @global BuddyPress $bp The one true BuddyPress instance 424 424 */ 425 425 function setup_admin_bar() { … … 477 477 * Sets up the title for pages and <title> 478 478 * 479 * @global obj $bp479 * @global BuddyPress $bp The one true BuddyPress instance 480 480 */ 481 481 function setup_title() { -
trunk/bp-members/bp-members-loader.php
r5895 r5925 30 30 * Include files 31 31 * 32 * @global obj $bp32 * @global BuddyPress $bp The one true BuddyPress instance 33 33 */ 34 34 function includes() { … … 53 53 * 54 54 * @since 1.5 55 * @global obj $bp55 * @global BuddyPress $bp The one true BuddyPress instance 56 56 */ 57 57 function setup_globals() { … … 141 141 * Setup BuddyBar navigation 142 142 * 143 * @global obj $bp143 * @global BuddyPress $bp The one true BuddyPress instance 144 144 */ 145 145 function setup_nav() { … … 184 184 * Sets up the title for pages and <title> 185 185 * 186 * @global obj $bp186 * @global BuddyPress $bp The one true BuddyPress instance 187 187 */ 188 188 function setup_title() { -
trunk/bp-messages/bp-messages-loader.php
r5868 r5925 55 55 * 56 56 * @since 1.5 57 * @global obj $bp57 * @global BuddyPress $bp The one true BuddyPress instance 58 58 */ 59 59 function setup_globals() { … … 89 89 * Setup BuddyBar navigation 90 90 * 91 * @global obj $bp91 * @global BuddyPress $bp The one true BuddyPress instance 92 92 */ 93 93 function setup_nav() { … … 159 159 * Set up the Toolbar 160 160 * 161 * @global obj $bp161 * @global BuddyPress $bp The one true BuddyPress instance 162 162 */ 163 163 function setup_admin_bar() { … … 233 233 * Sets up the title for pages and <title> 234 234 * 235 * @global obj $bp235 * @global BuddyPress $bp The one true BuddyPress instance 236 236 */ 237 237 function setup_title() { -
trunk/bp-settings/bp-settings-loader.php
r5868 r5925 29 29 * Include files 30 30 * 31 * @global obj $bp31 * @global BuddyPress $bp The one true BuddyPress instance 32 32 */ 33 33 function includes() { … … 148 148 * Set up the Toolbar 149 149 * 150 * @global obj $bp150 * @global BuddyPress $bp The one true BuddyPress instance 151 151 */ 152 152 function setup_admin_bar() { -
trunk/bp-xprofile/bp-xprofile-loader.php
r5868 r5925 66 66 * 67 67 * @since 1.5 68 * @global obj $bp68 * @global BuddyPress $bp The one true BuddyPress instance 69 69 */ 70 70 function setup_globals() { … … 131 131 * Setup BuddyBar navigation 132 132 * 133 * @global obj $bp133 * @global BuddyPress $bp The one true BuddyPress instance 134 134 */ 135 135 function setup_nav() { … … 185 185 * Set up the Toolbar 186 186 * 187 * @global obj $bp187 * @global BuddyPress $bp The one true BuddyPress instance 188 188 */ 189 189 function setup_admin_bar() { … … 239 239 * Sets up the title for pages and <title> 240 240 * 241 * @global obj $bp241 * @global BuddyPress $bp The one true BuddyPress instance 242 242 */ 243 243 function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.