Changeset 2134 for trunk/bp-themes/bp-sn-parent/activity/just-me.php
- Timestamp:
- 11/26/2009 11:17:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/activity/just-me.php
r2126 r2134 24 24 25 25 <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> 27 27 28 28 <?php if ( is_user_logged_in() && bp_is_home() ) : ?> … … 42 42 <div id="whats-new-submit"> 43 43 <span class="ajax-loader"></span> 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' ) ?>" /> 45 45 </div> 46 46 </div> … … 70 70 <?php if ( is_user_logged_in() && 'activity_comment' != bp_get_activity_action_name() ) : ?> 71 71 <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> 73 73 </div> 74 74 <?php endif; ?> … … 83 83 <div class="ac-reply-content"> 84 84 <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' ) ?> →" />85 <input type="submit" name="ac-form-submit" value="<?php _e( 'Post', 'buddypress' ) ?> →" /> 86 86 </div> 87 87 <?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.