Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/23/2021 02:03:02 AM (3 years ago)
Author:
espellcaste
Message:

Making PHPDoc Improvements to the BP Notifications (component) files.

See #8553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/screens/unread.php

    r13034 r13091  
    11<?php
    22/**
    3  * Notifications: User's "Notifications" screen handler
     3 * Notifications: User's "Notifications" screen handler.
    44 *
    55 * @package BuddyPress
     
    5858    // Check the nonce and mark the notification.
    5959    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' ) );
    6161    } else {
    6262        bp_core_add_message( __( 'There was a problem marking that notification.', 'buddypress' ), 'error' );
Note: See TracChangeset for help on using the changeset viewer.