Changeset 13091 for trunk/src/bp-notifications/screens/unread.php
- Timestamp:
- 08/23/2021 02:03:02 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/screens/unread.php
r13034 r13091 1 1 <?php 2 2 /** 3 * Notifications: User's "Notifications" screen handler 3 * Notifications: User's "Notifications" screen handler. 4 4 * 5 5 * @package BuddyPress … … 58 58 // Check the nonce and mark the notification. 59 59 if ( bp_verify_nonce_request( 'bp_notification_mark_read_' . $id ) && bp_notifications_mark_notification( $id, false ) ) { 60 bp_core_add_message( __( 'Notification successfully marked read.', 'buddypress' ));60 bp_core_add_message( __( 'Notification successfully marked read.', 'buddypress' ) ); 61 61 } else { 62 62 bp_core_add_message( __( 'There was a problem marking that notification.', 'buddypress' ), 'error' );
Note: See TracChangeset
for help on using the changeset viewer.