golden hour
/var/www/html/wp-content/plugins/buddypress/bp-themes/bp-default/members/single/notifications
⬆️ Go Up
Upload
File/Folder
Size
Actions
feedback-no-notifications.php
599 B
Del
OK
notifications-loop.php
631 B
Del
OK
read.php
835 B
Del
OK
unread.php
835 B
Del
OK
Edit: feedback-no-notifications.php
<div id="message" class="info"> <?php if ( bp_is_current_action( 'unread' ) ) : ?> <?php if ( bp_is_my_profile() ) : ?> <p><?php _e( 'You have no unread notifications.', 'buddypress' ); ?></p> <?php else : ?> <p><?php _e( 'This member has no unread notifications.', 'buddypress' ); ?></p> <?php endif; ?> <?php else : ?> <?php if ( bp_is_my_profile() ) : ?> <p><?php _e( 'You have no notifications.', 'buddypress' ); ?></p> <?php else : ?> <p><?php _e( 'This member has no notifications.', 'buddypress' ); ?></p> <?php endif; ?> <?php endif; ?> </div>
Save