<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [2134] trunk/bp-themes/bp-sn-parent:
Removing wire and status updates templates since they will no longer be used
.</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>2134</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2009-11-26 11:17:28 +0000 (Thu, 26 Nov 2009)</dd>
</dl>
<h3>Log Message</h3>
<pre>Removing wire and status updates templates since they will no longer be used.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpsnparentactivityjustmephp">trunk/bp-themes/bp-sn-parent/activity/just-me.php</a></li>
<li><a href="#trunkbpthemesbpsnparentprofileprofileheaderphp">trunk/bp-themes/bp-sn-parent/profile/profile-header.php</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li>trunk/bp-themes/bp-sn-parent/status/</li>
<li>trunk/bp-themes/bp-sn-parent/wire/</li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpthemesbpsnparentactivityjustmephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-sn-parent/activity/just-me.php (2133 => 2134)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-sn-parent/activity/just-me.php        2009-11-26 11:02:14 UTC (rev 2133)
+++ trunk/bp-themes/bp-sn-parent/activity/just-me.php        2009-11-26 11:17:28 UTC (rev 2134)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">                                 <?php do_action( 'bp_before_profile_activity_widget' ) ?>
</span><span class="cx">
</span><span class="cx">                                 <div class="bp-widget">
</span><del>-                                        <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>
</del><ins>+                                        <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>
</ins><span class="cx">
</span><span class="cx">                                         <?php if ( is_user_logged_in() && bp_is_home() ) : ?>
</span><span class="cx">
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">                                                         <div id="whats-new-options">
</span><span class="cx">                                                                 <div id="whats-new-submit">
</span><span class="cx">                                                                         <span class="ajax-loader"></span> &nbsp;
</span><del>-                                                                        <input type="submit" name="whats-new-submit" id="whats-new-submit" value="<?php _e( 'Post Update', 'callisto' ) ?>" />
</del><ins>+                                                                        <input type="submit" name="whats-new-submit" id="whats-new-submit" value="<?php _e( 'Post Update', 'buddypress' ) ?>" />
</ins><span class="cx">                                                                 </div>
</span><span class="cx">                                                         </div>
</span><span class="cx">
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">
</span><span class="cx">                                                                         <?php if ( is_user_logged_in() && 'activity_comment' != bp_get_activity_action_name() ) : ?>
</span><span class="cx">                                                                         <div class="activity-meta">
</span><del>-                                                                                <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>
</del><ins>+                                                                                <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>
</ins><span class="cx">                                                                         </div>
</span><span class="cx">                                                                         <?php endif; ?>
</span><span class="cx">                                                                 </div>
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">                                                                                 <div class="ac-reply-avatar"><?php bp_loggedin_user_avatar( 'width=25&height=25' ) ?></div>
</span><span class="cx">                                                                                 <div class="ac-reply-content">
</span><span class="cx">                                                                                         <textarea id="ac-input-<?php bp_activity_id() ?>" class="ac-input" name="ac-input-<?php bp_activity_id() ?>"></textarea>
</span><del>-                                                                                        <input type="submit" name="ac-form-submit" value="<?php _e( 'Post', 'callisto' ) ?> &rarr;" />
</del><ins>+                                                                                        <input type="submit" name="ac-form-submit" value="<?php _e( 'Post', 'buddypress' ) ?> &rarr;" />
</ins><span class="cx">                                                                                 </div>
</span><span class="cx">                                                                                 <?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment' ) ?>
</span><span class="cx">                                                                         </form>
</span></span></pre></div>
<a id="trunkbpthemesbpsnparentprofileprofileheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-sn-parent/profile/profile-header.php (2133 => 2134)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-sn-parent/profile/profile-header.php        2009-11-26 11:02:14 UTC (rev 2133)
+++ trunk/bp-themes/bp-sn-parent/profile/profile-header.php        2009-11-26 11:17:28 UTC (rev 2134)
</span><span class="lines">@@ -3,14 +3,6 @@
</span><span class="cx"> <div id="profile-name">
</span><span class="cx">         <h1 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_user_fullname() ?></a></h1>
</span><span class="cx">
</span><del>-        <?php if ( function_exists( 'bp_the_status' ) ) : ?>
-
-                <div id="user-status" class="<?php bp_the_status_css_class() ?>">
-                        <?php bp_the_status() ?>
-                </div>
-
-        <?php endif; ?>
-
</del><span class="cx">         <?php do_action( 'bp_profile_header_content' ) ?>
</span><span class="cx"> </div>
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body>
</html>