Skip to:
Content

BuddyPress.org

Changeset 3387


Ignore:
Timestamp:
11/10/2010 11:57:28 PM (16 years ago)
Author:
boonebgorges
Message:

Adds comma to What's New message in default theme. Fixes #1531

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/post-form.php

    r3300 r3387  
    1919            <?php printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() ) ?>
    2020        <?php else : ?>
    21             <?php printf( __( "What's new %s?", 'buddypress' ), bp_get_user_firstname() ) ?>
     21            <?php printf( __( "What's new, %s?", 'buddypress' ), bp_get_user_firstname() ) ?>
    2222        <?php endif; ?>
    2323    </h5>
Note: See TracChangeset for help on using the changeset viewer.