Changeset 6025 for trunk/bp-loader.php
- Timestamp:
- 05/13/2012 03:49:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r5999 r6025 68 68 * @var string State of BuddyPress installation 69 69 */ 70 public $maintenance_mode = false;70 public $maintenance_mode = ''; 71 71 72 72 /** … … 129 129 * @var object Current user 130 130 */ 131 public $current_user = false;131 public $current_user = null; 132 132 133 133 /** 134 134 * @var object Displayed user 135 135 */ 136 public $displayed_user = false;136 public $displayed_user = null; 137 137 138 138 /** Navigation ************************************************************/ … … 199 199 200 200 /** 201 * @var array ()Additional navigation elements (supplemental)201 * @var array Additional navigation elements (supplemental) 202 202 */ 203 203 public $action_variables = array(); … … 211 211 212 212 /** 213 * @var WP_Error Used to log and display errors213 * @var array|WP_Error Used to log and display errors 214 214 */ 215 215 public $errors = array();
Note: See TracChangeset
for help on using the changeset viewer.