Skip to:
Content

BuddyPress.org

Changeset 2134


Ignore:
Timestamp:
11/26/2009 11:17:28 AM (15 years ago)
Author:
apeatling
Message:

Removing wire and status updates templates since they will no longer be used.

Location:
trunk/bp-themes/bp-sn-parent
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/activity/just-me.php

    r2126 r2134  
    2424
    2525                <div class="bp-widget">
    26                     <h4><?php echo bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ) ?> <a href="<?php bp_activities_member_rss_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ) ?>"><?php _e( 'RSS Feed', 'buddypress' ) ?></a></h4>
     26                    <h4><?php echo bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ) ?> <span><a href="<?php bp_activities_member_rss_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ) ?>"><?php _e( 'RSS Feed', 'buddypress' ) ?></a></span></h4>
    2727
    2828                    <?php if ( is_user_logged_in() && bp_is_home() ) : ?>
     
    4242                                <div id="whats-new-submit">
    4343                                    <span class="ajax-loader"></span> &nbsp;
    44                                     <input type="submit" name="whats-new-submit" id="whats-new-submit" value="<?php _e( 'Post Update', 'callisto' ) ?>" />
     44                                    <input type="submit" name="whats-new-submit" id="whats-new-submit" value="<?php _e( 'Post Update', 'buddypress' ) ?>" />
    4545                                </div>
    4646                            </div>
     
    7070                                    <?php if ( is_user_logged_in() && 'activity_comment' != bp_get_activity_action_name() ) : ?>
    7171                                    <div class="activity-meta">
    72                                         <a href="#acomment-<?php bp_activity_id() ?>" class="acomment-reply" id="acomment-comment-<?php bp_activity_id() ?>"><?php _e( 'Comment', 'callisto' ) ?> (<?php bp_activity_comment_count() ?>)</a>
     72                                        <a href="#acomment-<?php bp_activity_id() ?>" class="acomment-reply" id="acomment-comment-<?php bp_activity_id() ?>"><?php _e( 'Comment', 'buddypress' ) ?> (<?php bp_activity_comment_count() ?>)</a>
    7373                                    </div>
    7474                                    <?php endif; ?>
     
    8383                                        <div class="ac-reply-content">
    8484                                            <textarea id="ac-input-<?php bp_activity_id() ?>" class="ac-input" name="ac-input-<?php bp_activity_id() ?>"></textarea>
    85                                             <input type="submit" name="ac-form-submit" value="<?php _e( 'Post', 'callisto' ) ?> &rarr;" />
     85                                            <input type="submit" name="ac-form-submit" value="<?php _e( 'Post', 'buddypress' ) ?> &rarr;" />
    8686                                        </div>
    8787                                        <?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment' ) ?>
  • trunk/bp-themes/bp-sn-parent/profile/profile-header.php

    r2077 r2134  
    44    <h1 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_user_fullname() ?></a></h1>
    55
    6     <?php if ( function_exists( 'bp_the_status' ) ) : ?>
    7 
    8         <div id="user-status" class="<?php bp_the_status_css_class() ?>">
    9             <?php bp_the_status() ?>
    10         </div>
    11 
    12     <?php endif; ?>
    13 
    146    <?php do_action( 'bp_profile_header_content' ) ?>
    157</div>
Note: See TracChangeset for help on using the changeset viewer.