Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/05/2013 02:13:30 PM (13 years ago)
Author:
boonebgorges
Message:

Adds "What's New" text to activity posting interface in theme compat

Fixes #4864

Props mercime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/activity/post-form.php

    r6318 r6840  
    1919                </a>
    2020        </div>
     21       
     22        <p class="activity-greeting"><?php if ( bp_is_group() )
     23                printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() );
     24        else
     25                printf( __( "What's new, %s?", 'buddypress' ), bp_get_user_firstname() );
     26        ?></p>
    2127
    2228        <div id="whats-new-content">
Note: See TracChangeset for help on using the changeset viewer.