Skip to:
Content

BuddyPress.org

Changeset 6840


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

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

Fixes #4864

Props mercime

Location:
trunk/bp-templates/bp-legacy
Files:
2 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">
  • trunk/bp-templates/bp-legacy/css/buddypress.css

    r6839 r6840  
    112112    margin-left: 55px;
    113113    padding: 0 0 20px 20px;
     114}
     115#buddypress form#whats-new-form p.activity-greeting {
     116    line-height: 0.5em;
     117    margin-bottom: 15px;
     118    margin-left: 75px;
    114119}
    115120#buddypress form#whats-new-form textarea {
Note: See TracChangeset for help on using the changeset viewer.