Changeset 5301 for trunk/bp-messages/bp-messages-screens.php
- Timestamp:
- 11/08/2011 01:14:31 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-messages/bp-messages-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-screens.php
r4961 r5301 136 136 } 137 137 138 if ( !$new_messages = bp_get_user_meta( $bp->displayed_user->id, 'notification_messages_new_message', true ) )138 if ( !$new_messages = bp_get_user_meta( bp_displayed_user_id(), 'notification_messages_new_message', true ) ) 139 139 $new_messages = 'yes'; 140 140 141 if ( !$new_notices = bp_get_user_meta( $bp->displayed_user->id, 'notification_messages_new_notice', true ) )141 if ( !$new_notices = bp_get_user_meta( bp_displayed_user_id(), 'notification_messages_new_notice', true ) ) 142 142 $new_notices = 'yes'; 143 143 ?>
Note: See TracChangeset
for help on using the changeset viewer.