Changes between Initial Version and Version 1 of Ticket #5389, comment 3
- Timestamp:
- 02/17/2014 12:10:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5389, comment 3
initial v1 4 4 5 5 {{{ 6 function mark_read_single_at_mention_notification( $post_id) {6 function mark_read_single_at_mention_notification() { 7 7 if ( is_single() ) { 8 global $post; 9 $post_id = $post->ID; 8 10 $user_id = bp_loggedin_user_id(); 9 11