Changeset 8706 for trunk/src/bp-notifications/bp-notifications-template.php
- Timestamp:
- 07/28/2014 09:34:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-template.php
r8705 r8706 793 793 ob_start(); ?> 794 794 795 <a href="<?php bp_the_notification_mark_unread_url(); ?>" class="mark-unread primary"><?php _ x( 'Unread', 'Notification screen action', 'buddypress' ); ?></a>795 <a href="<?php bp_the_notification_mark_unread_url(); ?>" class="mark-unread primary"><?php _ex( 'Unread', 'Notification screen action', 'buddypress' ); ?></a> 796 796 797 797 <?php $retval = ob_get_clean();
Note: See TracChangeset
for help on using the changeset viewer.