Changeset 5423
- Timestamp:
- 07/02/2014 12:58:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r5345 r5423 60 60 61 61 /** 62 * @var objAdd-ons append to this (Akismet, BuddyPress, etc...)62 * @var stdClass Add-ons append to this (Akismet, BuddyPress, etc...) 63 63 */ 64 64 public $extend; … … 97 97 * @uses bbPress::setup_actions() Setup the hooks and actions 98 98 * @see bbpress() 99 * @return The one true bbPress99 * @return bbPress The one true bbPress 100 100 */ 101 101 public static function instance() { … … 914 914 * Example: <?php $bbp = bbpress(); ?> 915 915 * 916 * @return The one true bbPress Instance916 * @return bbPress The one true bbPress Instance 917 917 */ 918 918 function bbpress() {
Note: See TracChangeset
for help on using the changeset viewer.