Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/28/2014 09:34:46 AM (12 years ago)
Author:
djpaul
Message:

i18n: correct some typos made in r8705

Some strings were being returned when they should have been echo'd to the screen.
Props imath, fixes #5777 again

File:
1 edited

Legend:

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

    r8705 r8706  
    793793        ob_start(); ?>
    794794
    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>
    796796
    797797        <?php $retval = ob_get_clean();
Note: See TracChangeset for help on using the changeset viewer.