Changeset 6558 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 12/04/2012 12:16:42 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r6492 r6558 79 79 80 80 return $retval; 81 }82 83 /**84 * Output the BuddyPress maintenance mode85 *86 * @since BuddyPress (1.6)87 * @uses bp_get_maintenance_mode() To get the BuddyPress maintenance mode88 */89 function bp_maintenance_mode() {90 echo bp_get_maintenance_mode();91 }92 /**93 * Return the BuddyPress maintenance mode94 *95 * @since BuddyPress (1.6)96 * @global BuddyPress $bp97 * @return string The BuddyPress maintenance mode98 */99 function bp_get_maintenance_mode() {100 global $bp;101 return $bp->maintenance_mode;102 81 } 103 82
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)