Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/04/2012 12:16:42 PM (14 years ago)
Author:
johnjamesjacoby
Message:

See #4671:

  • Round one changes...
  • Remove the cumbersome update wizard and associated CSS and images.
  • Copy "About" and "Credits" pages from bbPress.
  • First pass at default components array.
  • Deprecate some functions, consolidate others.
  • Introduce bp-core/admin/bp-core-actions.php to handle admin sub-actions.
  • More to do here (update script, testing, css/images, etc...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r6492 r6558  
    7979
    8080                return $retval;
    81         }
    82 
    83 /**
    84  * Output the BuddyPress maintenance mode
    85  *
    86  * @since BuddyPress (1.6)
    87  * @uses bp_get_maintenance_mode() To get the BuddyPress maintenance mode
    88  */
    89 function bp_maintenance_mode() {
    90         echo bp_get_maintenance_mode();
    91 }
    92         /**
    93          * Return the BuddyPress maintenance mode
    94          *
    95          * @since BuddyPress (1.6)
    96          * @global BuddyPress $bp
    97          * @return string The BuddyPress maintenance mode
    98          */
    99         function bp_get_maintenance_mode() {
    100                 global $bp;
    101                 return $bp->maintenance_mode;
    10281        }
    10382
Note: See TracChangeset for help on using the changeset viewer.