Changeset 3379 for branches/plugin/bbpress.php
- Timestamp:
- 07/28/2011 05:58:45 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r3376 r3379 470 470 // Add the actions 471 471 foreach( $actions as $class_action ) 472 add_action( 'bbp_' . $class_action, array( $this, $class_action ), 10);472 add_action( 'bbp_' . $class_action, array( $this, $class_action ), 5 ); 473 473 } 474 474 … … 868 868 */ 869 869 public function setup_current_user() { 870 $this->current_user = wp_get_current_user();870 $this->current_user = &wp_get_current_user(); 871 871 } 872 872
Note: See TracChangeset
for help on using the changeset viewer.