#4864 closed defect (bug) (fixed)
Missing greeting in bp-legacy activity/post-form.php
Reported by: | mercime | Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | 1.7 |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
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/
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Adding back Greeting