Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5389, comment 3


Ignore:
Timestamp:
02/17/2014 12:10:58 AM (11 years ago)
Author:
henry.wright
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5389, comment 3

    initial v1  
    44
    55{{{
    6 function mark_read_single_at_mention_notification( $post_id ) {
     6function mark_read_single_at_mention_notification() {
    77    if ( is_single() ) {
     8        global $post;
     9        $post_id = $post->ID;
    810        $user_id = bp_loggedin_user_id();
    911