Changeset 4558 for trunk/bp-activity/bp-activity-screens.php
- Timestamp:
- 06/24/2011 06:52:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-screens.php
r4520 r4558 157 157 global $bp; 158 158 159 if ( !$mention = get_user_meta( $bp->displayed_user->id, bp_get_user_meta_key( 'notification_activity_new_mention' ), true ) )159 if ( !$mention = bp_get_user_meta( $bp->displayed_user->id, 'notification_activity_new_mention', true ) ) 160 160 $mention = 'yes'; 161 161 162 if ( !$reply = get_user_meta( $bp->displayed_user->id, bp_get_user_meta_key( 'notification_activity_new_reply' ), true ) )162 if ( !$reply = bp_get_user_meta( $bp->displayed_user->id, 'notification_activity_new_reply', true ) ) 163 163 $reply = 'yes'; ?> 164 164
Note: See TracChangeset
for help on using the changeset viewer.