Changeset 1723 for trunk/bp-status.php
- Timestamp:
- 08/28/2009 07:05:23 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-status.php
r1718 r1723 17 17 } 18 18 add_action( 'plugins_loaded', 'bp_status_setup_globals', 5 ); 19 add_action( 'admin_menu', 'bp_status_setup_globals', 1);19 add_action( 'admin_menu', 'bp_status_setup_globals', 2 ); 20 20 21 21 function bp_status_record_activity( $user_id, $content, $primary_link ) {
Note: See TracChangeset
for help on using the changeset viewer.