Skip to:
Content

BuddyPress.org


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.

File:
1 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' ) ?>
Note: See TracChangeset for help on using the changeset viewer.