Changeset 13822 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php
- Timestamp:
- 04/29/2024 06:50:42 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php
r12082 r13822 15 15 <?php if ( bp_is_my_profile() ) : ?> 16 16 17 <p><?php _e( 'You have no unread notifications.', 'buddypress' ); ?></p>17 <p><?php esc_html_e( 'You have no unread notifications.', 'buddypress' ); ?></p> 18 18 19 19 <?php else : ?> 20 20 21 <p><?php _e( 'This member has no unread notifications.', 'buddypress' ); ?></p>21 <p><?php esc_html_e( 'This member has no unread notifications.', 'buddypress' ); ?></p> 22 22 23 23 <?php endif; ?> … … 27 27 <?php if ( bp_is_my_profile() ) : ?> 28 28 29 <p><?php _e( 'You have no notifications.', 'buddypress' ); ?></p>29 <p><?php esc_html_e( 'You have no notifications.', 'buddypress' ); ?></p> 30 30 31 31 <?php else : ?> 32 32 33 <p><?php _e( 'This member has no notifications.', 'buddypress' ); ?></p>33 <p><?php esc_html_e( 'This member has no notifications.', 'buddypress' ); ?></p> 34 34 35 35 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.