Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/29/2014 01:00:36 AM (10 years ago)
Author:
r-a-y
Message:

Messages: Reformat new message notifications.

This commit changes the single message notification link to go
directly to the message thread in question and not the message inbox.

When the message thread is viewed, new messages are marked as read.

Fixes #5479

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/deprecated/2.0.php

    r8073 r8202  
    2424    _deprecated_function( __FUNCTION__, '2.0', 'bp_blogs_catch_transition_post_status()' );
    2525}
     26
     27/**
     28 * @deprecated BuddyPress (2.0.0)
     29 */
     30function bp_messages_screen_inbox_mark_notifications() {
     31    _deprecated_function( __FUNCTION__, '2.0', 'bp_messages_screen_conversation_mark_notifications()' );
     32}
Note: See TracChangeset for help on using the changeset viewer.