Changeset 7228 for trunk/bp-loader.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r7215 r7228 130 130 * @see buddypress() 131 131 * 132 * @return The one true BuddyPress132 * @return BuddyPress The one true BuddyPress 133 133 */ 134 134 public static function instance() { … … 582 582 * Example: <?php $bp = buddypress(); ?> 583 583 * 584 * @return The one true BuddyPress Instance584 * @return BuddyPress The one true BuddyPress Instance 585 585 */ 586 586 function buddypress() { 587 return buddypress::instance();587 return BuddyPress::instance(); 588 588 } 589 589
Note: See TracChangeset
for help on using the changeset viewer.