[buddypress-trac] [BuddyPress] #4864: Missing greeting in bp-legacy activity/post-form.php
buddypress-trac
noreply at wordpress.org
Mon Mar 4 20:18:27 UTC 2013
#4864: Missing greeting in bp-legacy activity/post-form.php
--------------------------+-----------------------------
Reporter: mercime | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Theme | Version:
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
specifically:
{{{
<?php if ( bp_is_group() )
printf( __( "What's new in %s, %s?", 'buddypress' ),
bp_get_group_name(), bp_get_user_firstname() );
else
printf( __( "What's new, %s?", 'buddypress' ),
bp_get_user_firstname() );
?>
}}}
Image and reference: http://buddypress.org/support/topic/line-missing-
above-status-update/
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4864>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list