Changeset 3689
- Timestamp:
- 01/22/2012 01:04:58 AM (14 years ago)
- Location:
- branches/plugin/bbp-includes
- Files:
-
- 2 edited
-
bbp-core-hooks.php (modified) (4 diffs)
-
bbp-user-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-hooks.php
r3685 r3689 48 48 add_action( 'template_redirect', 'bbp_template_redirect', 10 ); 49 49 add_filter( 'template_include', 'bbp_template_include', 10 ); 50 add_action( 'set_current_user', 'bbp_setup_current_user', 10 ); 50 51 51 52 /** … … 71 72 add_action( 'bbp_init', 'bbp_load_textdomain', 2 ); 72 73 add_action( 'bbp_init', 'bbp_setup_option_filters', 4 ); 73 add_action( 'bbp_init', 'bbp_setup_current_user', 6 );74 74 add_action( 'bbp_init', 'bbp_setup_theme_compat', 8 ); 75 75 add_action( 'bbp_init', 'bbp_register_post_types', 10 ); … … 641 641 } 642 642 643 /** Supplemental Actions ******************************************************/644 645 643 /** 646 644 * Setup the currently logged-in user … … 654 652 } 655 653 654 /** Supplemental Actions ******************************************************/ 655 656 656 /** 657 657 * Load translations for current language -
branches/plugin/bbp-includes/bbp-user-functions.php
r3633 r3689 1280 1280 * @uses bbp_is_user_active() To check if user is active 1281 1281 * 1282 * @param int $user_id The user ID to check 1282 * @param int $user_id The user ID to check. Defaults to current user ID 1283 1283 * @return bool True if inactive, false if active 1284 1284 */
Note: See TracChangeset
for help on using the changeset viewer.