<!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] [2277] trunk: Fixing use of &amp;raquo; and &amp;laquo;</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2277</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2010-01-09 09:58:51 +0000 (Sat, 09 Jan 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fixing use of &amp;raquo; and &amp;laquo;</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpactivitybpactivitynotificationsphp">trunk/bp-activity/bp-activity-notifications.php</a></li>
<li><a href="#trunkbpactivitybpactivitytemplatetagsphp">trunk/bp-activity/bp-activity-templatetags.php</a></li>
<li><a href="#trunkbpblogsbpblogstemplatetagsphp">trunk/bp-blogs/bp-blogs-templatetags.php</a></li>
<li><a href="#trunkbpcorebpcoresettingsphp">trunk/bp-core/bp-core-settings.php</a></li>
<li><a href="#trunkbpcorebpcoretemplatetagsphp">trunk/bp-core/bp-core-templatetags.php</a></li>
<li><a href="#trunkbpforumsbpforumstemplatetagsphp">trunk/bp-forums/bp-forums-templatetags.php</a></li>
<li><a href="#trunkbpfriendsbpfriendstemplatetagsphp">trunk/bp-friends/bp-friends-templatetags.php</a></li>
<li><a href="#trunkbpthemesbpdefaultarchivephp">trunk/bp-themes/bp-default/archive.php</a></li>
<li><a href="#trunkbpthemesbpdefaultattachmentphp">trunk/bp-themes/bp-default/attachment.php</a></li>
<li><a href="#trunkbpthemesbpdefaultcommentsphp">trunk/bp-themes/bp-default/comments.php</a></li>
<li><a href="#trunkbpthemesbpdefaultindexphp">trunk/bp-themes/bp-default/index.php</a></li>
<li><a href="#trunkbpthemesbpdefaultpagephp">trunk/bp-themes/bp-default/page.php</a></li>
<li><a href="#trunkbpthemesbpdefaultsearchphp">trunk/bp-themes/bp-default/search.php</a></li>
<li><a href="#trunkbpthemesbpdefaultsinglephp">trunk/bp-themes/bp-default/single.php</a></li>
<li><a href="#trunkbpthemesbpsnparentarchivephp">trunk/bp-themes/bp-sn-parent/archive.php</a></li>
<li><a href="#trunkbpthemesbpsnparentindexphp">trunk/bp-themes/bp-sn-parent/index.php</a></li>
<li><a href="#trunkbpthemesbpsnparentsearchphp">trunk/bp-themes/bp-sn-parent/search.php</a></li>
<li><a href="#trunkbpthemesbpsnparentsinglephp">trunk/bp-themes/bp-sn-parent/single.php</a></li>
<li><a href="#trunkbpxprofilebpxprofileclassesphp">trunk/bp-xprofile/bp-xprofile-classes.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpactivitybpactivitynotificationsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-notifications.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-notifications.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-activity/bp-activity-notifications.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 // Set up and send the message
</span><span class="cx">                 $ud = get_userdata( $original_activity-&gt;user_id );
</span><span class="cx">                 $to = $ud-&gt;user_email;
</span><del>-                $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '%s replied to one of your updates', 'buddypress' ), stripslashes($poster_name) );
</del><ins>+                $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '%s replied to one of your updates', 'buddypress' ), stripslashes_deep( $poster_name ) );
</ins><span class="cx"> 
</span><span class="cx"> $message = sprintf( __(
</span><span class="cx"> '%s replied to one of your updates:
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> To view your original update and all comments, log in and visit: %s
</span><span class="cx"> 
</span><span class="cx"> ---------------------
</span><del>-', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes($content) ), $thread_link );
</del><ins>+', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes_deep( $content ) ), $thread_link );
</ins><span class="cx"> 
</span><span class="cx">                 $message .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkbpactivitybpactivitytemplatetagsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-templatetags.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-templatetags.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-activity/bp-activity-templatetags.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -52,8 +52,8 @@
</span><span class="cx">                                 'format' =&gt; '',
</span><span class="cx">                                 'total' =&gt; ceil( (int)$this-&gt;total_activity_count / (int)$this-&gt;pag_num ),
</span><span class="cx">                                 'current' =&gt; (int)$this-&gt;pag_page,
</span><del>-                                'prev_text' =&gt; '&amp;laquo;',
-                                'next_text' =&gt; '&amp;raquo;',
</del><ins>+                                'prev_text' =&gt; '&amp;larr;',
+                                'next_text' =&gt; '&amp;rarr;',
</ins><span class="cx">                                 'mid_size' =&gt; 1
</span><span class="cx">                         ));
</span><span class="cx">                 }
</span><span class="lines">@@ -446,7 +446,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 $content .= '&lt;li id=&quot;acomment-' . $comment-&gt;id . '&quot;&gt;';
</span><span class="cx">                                 $content .= '&lt;div class=&quot;acomment-avatar&quot;&gt;' . bp_core_fetch_avatar( array( 'item_id' =&gt; $comment-&gt;user_id, 'width' =&gt; 25, 'height' =&gt; 25, 'email' =&gt; $comment-&gt;user_email ) ) . '&lt;/div&gt;';
</span><del>-                                $content .= '&lt;div class=&quot;acomment-meta&quot;&gt;&lt;a href=&quot;' . bp_core_get_user_domain( $comment-&gt;user_id, $comment-&gt;user_nicename, $comment-&gt;user_login ) . '&quot;&gt;' . esc_attr( $comment-&gt;user_fullname ) . '&lt;/a&gt; &amp;middot; ' . sprintf( __( '%s ago', 'buddypress' ), bp_core_time_since( strtotime( $comment-&gt;date_recorded ) ) );
</del><ins>+                                $content .= '&lt;div class=&quot;acomment-meta&quot;&gt;&lt;a href=&quot;' . bp_core_get_user_domain( $comment-&gt;user_id, $comment-&gt;user_nicename, $comment-&gt;user_login ) . '&quot;&gt;' . apply_filters( 'bp_get_member_name', $comment-&gt;user_fullname ) . '&lt;/a&gt; &amp;middot; ' . sprintf( __( '%s ago', 'buddypress' ), bp_core_time_since( strtotime( $comment-&gt;date_recorded ) ) );
</ins><span class="cx"> 
</span><span class="cx">                                 /* Reply link */
</span><span class="cx">                                 if ( is_user_logged_in() )
</span></span></pre></div>
<a id="trunkbpblogsbpblogstemplatetagsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-blogs/bp-blogs-templatetags.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-blogs/bp-blogs-templatetags.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-blogs/bp-blogs-templatetags.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -352,8 +352,8 @@
</span><span class="cx">                         'format' =&gt; '',
</span><span class="cx">                         'total' =&gt; ceil($this-&gt;total_post_count / $this-&gt;pag_num),
</span><span class="cx">                         'current' =&gt; $this-&gt;pag_page,
</span><del>-                        'prev_text' =&gt; '&amp;laquo;',
-                        'next_text' =&gt; '&amp;raquo;',
</del><ins>+                        'prev_text' =&gt; '&amp;larr;',
+                        'next_text' =&gt; '&amp;rarr;',
</ins><span class="cx">                         'mid_size' =&gt; 1
</span><span class="cx">                 ));
</span><span class="cx">         }
</span><span class="lines">@@ -1033,7 +1033,7 @@
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php bp_blogs_signup_blog($blogname, $blog_title, $errors); ?&gt;
</span><span class="cx">                         &lt;p&gt;
</span><del>-                                &lt;input id=&quot;submit&quot; type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Create Blog &amp;raquo;', 'buddypress') ?&gt;&quot; /&gt;
</del><ins>+                                &lt;input id=&quot;submit&quot; type=&quot;submit&quot; name=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&lt;?php _e('Create Blog &amp;rarr;', 'buddypress') ?&gt;&quot; /&gt;
</ins><span class="cx">                         &lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php wp_nonce_field( 'bp_blog_signup_form' ) ?&gt;
</span></span></pre></div>
<a id="trunkbpcorebpcoresettingsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/bp-core-settings.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-settings.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-core/bp-core-settings.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -189,7 +189,7 @@
</span><span class="cx">                 &lt;input type=&quot;checkbox&quot; name=&quot;delete-account-understand&quot; id=&quot;delete-account-understand&quot; value=&quot;1&quot; onclick=&quot;if(this.checked) { document.getElementById('delete-account-button').disabled = ''; } else { document.getElementById('delete-account-button').disabled = 'disabled'; }&quot; /&gt; &lt;?php _e( 'I understand the consequences of deleting my account.', 'buddypress' ); ?&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;div class=&quot;submit&quot;&gt;
</span><del>-                        &lt;input type=&quot;submit&quot; disabled=&quot;disabled&quot; value=&quot;&lt;?php _e( 'Delete My Account', 'buddypress' ) ?&gt; &amp;raquo;&quot; id=&quot;delete-account-button&quot; name=&quot;delete-account-button&quot; /&gt;&lt;/p&gt;
</del><ins>+                        &lt;input type=&quot;submit&quot; disabled=&quot;disabled&quot; value=&quot;&lt;?php _e( 'Delete My Account', 'buddypress' ) ?&gt; &amp;rarr;&quot; id=&quot;delete-account-button&quot; name=&quot;delete-account-button&quot; /&gt;&lt;/p&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php wp_nonce_field('delete-account') ?&gt;
</span></span></pre></div>
<a id="trunkbpcorebpcoretemplatetagsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/bp-core-templatetags.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-templatetags.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-core/bp-core-templatetags.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -241,6 +241,7 @@
</span><span class="cx">         }
</span><span class="cx">         add_filter( 'bp_get_member_name', 'wp_filter_kses' );
</span><span class="cx">         add_filter( 'bp_get_member_name', 'stripslashes' );
</span><ins>+        add_filter( 'bp_get_member_name', 'strip_tags' );
</ins><span class="cx"> 
</span><span class="cx"> function bp_member_last_active() {
</span><span class="cx">         echo bp_get_member_last_active();
</span></span></pre></div>
<a id="trunkbpforumsbpforumstemplatetagsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-forums/bp-forums-templatetags.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-forums/bp-forums-templatetags.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-forums/bp-forums-templatetags.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -719,8 +719,8 @@
</span><span class="cx">                         'format' =&gt; '',
</span><span class="cx">                         'total' =&gt; ceil($this-&gt;total_post_count / $this-&gt;pag_num),
</span><span class="cx">                         'current' =&gt; $this-&gt;pag_page,
</span><del>-                        'prev_text' =&gt; '&amp;laquo;',
-                        'next_text' =&gt; '&amp;raquo;',
</del><ins>+                        'prev_text' =&gt; '&amp;larr;',
+                        'next_text' =&gt; '&amp;rarr;',
</ins><span class="cx">                         'mid_size' =&gt; 1
</span><span class="cx">                 ));
</span><span class="cx">         }
</span></span></pre></div>
<a id="trunkbpfriendsbpfriendstemplatetagsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-friends/bp-friends-templatetags.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-friends/bp-friends-templatetags.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-friends/bp-friends-templatetags.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">         }
</span><span class="cx"> ?&gt;
</span><span class="cx">         &lt;div class=&quot;info-group&quot;&gt;
</span><del>-                &lt;h4&gt;&lt;?php bp_word_or_name( __( &quot;My Friends&quot;, 'buddypress' ), __( &quot;%s's Friends&quot;, 'buddypress' ) ) ?&gt;  (&lt;?php echo BP_Friends_Friendship::total_friend_count( $bp-&gt;displayed_user-&gt;id ) ?&gt;) &lt;span&gt;&lt;a href=&quot;&lt;?php echo $bp-&gt;displayed_user-&gt;domain . $bp-&gt;friends-&gt;slug ?&gt;&quot;&gt;&lt;?php _e('See All', 'buddypress') ?&gt; &amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
</del><ins>+                &lt;h4&gt;&lt;?php bp_word_or_name( __( &quot;My Friends&quot;, 'buddypress' ), __( &quot;%s's Friends&quot;, 'buddypress' ) ) ?&gt;  (&lt;?php echo BP_Friends_Friendship::total_friend_count( $bp-&gt;displayed_user-&gt;id ) ?&gt;) &lt;span&gt;&lt;a href=&quot;&lt;?php echo $bp-&gt;displayed_user-&gt;domain . $bp-&gt;friends-&gt;slug ?&gt;&quot;&gt;&lt;?php _e('See All', 'buddypress') ?&gt; &amp;rarr;&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
</ins><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( $friend_ids ) { ?&gt;
</span><span class="cx">                         &lt;ul class=&quot;horiz-gallery&quot;&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultarchivephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/archive.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/archive.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-default/archive.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -13,8 +13,8 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
-                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
+                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;rarr;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                                                         &lt;p class=&quot;date&quot;&gt;&lt;?php the_time('F j, Y') ?&gt; &lt;em&gt;&lt;?php _e( 'in', 'buddypress' ) ?&gt; &lt;?php the_category(', ') ?&gt; &lt;?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post-&gt;post_author ) ) ?&gt;&lt;/em&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;div class=&quot;entry&quot;&gt;
</span><del>-                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;raquo;', 'buddypress' ) ); ?&gt;
</del><ins>+                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;rarr;', 'buddypress' ) ); ?&gt;
</ins><span class="cx">                                                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;p class=&quot;postmetadata&quot;&gt;&lt;span class=&quot;tags&quot;&gt;&lt;?php the_tags( __( 'Tags: ', 'buddypress' ), ', ', '&lt;br /&gt;'); ?&gt;&lt;/span&gt; &lt;span class=&quot;comments&quot;&gt;&lt;?php comments_popup_link( __( 'No Comments &amp;#187;', 'buddypress' ), __( '1 Comment &amp;#187;', 'buddypress' ), __( '% Comments &amp;#187;', 'buddypress' ) ); ?&gt;&lt;/span&gt;&lt;/p&gt;
</span><span class="lines">@@ -49,8 +49,8 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
-                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
+                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;rarr;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultattachmentphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/attachment.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/attachment.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-default/attachment.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -17,12 +17,12 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
</span><span class="cx"> 
</span><del>-                                                &lt;h2&gt;&lt;a href=&quot;&lt;?php echo get_permalink($post-&gt;post_parent); ?&gt;&quot; rev=&quot;attachment&quot;&gt;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&lt;/a&gt; &amp;raquo; &lt;a href=&quot;&lt;?php echo get_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
</del><ins>+                                                &lt;h2&gt;&lt;a href=&quot;&lt;?php echo get_permalink($post-&gt;post_parent); ?&gt;&quot; rev=&quot;attachment&quot;&gt;&lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&lt;/a&gt; &amp;rarr; &lt;a href=&quot;&lt;?php echo get_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                 &lt;div class=&quot;entry&quot;&gt;
</span><span class="cx">                                                         &lt;p class=&quot;&lt;?php echo $classname; ?&gt;&quot;&gt;&lt;?php echo $attachment_link; ?&gt;&lt;br /&gt;&lt;?php echo basename($post-&gt;guid); ?&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><del>-                                                        &lt;?php the_content( __('&lt;p class=&quot;serif&quot;&gt;Read the rest of this entry &amp;raquo;&lt;/p&gt;', 'buddypress' ) ); ?&gt;
</del><ins>+                                                        &lt;?php the_content( __('&lt;p class=&quot;serif&quot;&gt;Read the rest of this entry &amp;rarr;&lt;/p&gt;', 'buddypress' ) ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                         &lt;?php wp_link_pages( array( 'before' =&gt; __( '&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt; ', 'buddypress' ), 'after' =&gt; '&lt;/p&gt;', 'next_or_number' =&gt; 'number')); ?&gt;
</span><span class="cx">                                                 &lt;/div&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultcommentsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/comments.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/comments.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-default/comments.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">                                                 &lt;?php if ( $user_ID ) : ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;p class=&quot;log-in-out&quot;&gt;
</span><del>-                                                                &lt;?php printf( __('Logged in as &lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot;&gt;%2$s&lt;/a&gt;.', 'buddypress'), bp_loggedin_user_domain(), $user_identity ); ?&gt; &lt;a href=&quot;&lt;?php echo wp_logout_url( get_permalink() ); ?&gt;&quot; title=&quot;&lt;?php _e('Log out of this account', 'buddypress'); ?&gt;&quot;&gt;&lt;?php _e('Log out &amp;raquo;', 'buddypress'); ?&gt;&lt;/a&gt;
</del><ins>+                                                                &lt;?php printf( __('Logged in as &lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot;&gt;%2$s&lt;/a&gt;.', 'buddypress'), bp_loggedin_user_domain(), $user_identity ); ?&gt; &lt;a href=&quot;&lt;?php echo wp_logout_url( get_permalink() ); ?&gt;&quot; title=&quot;&lt;?php _e('Log out of this account', 'buddypress'); ?&gt;&quot;&gt;&lt;?php _e('Log out &amp;rarr;', 'buddypress'); ?&gt;&lt;/a&gt;
</ins><span class="cx">                                                         &lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                                                 &lt;?php else : ?&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultindexphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/index.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/index.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-default/index.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                                                         &lt;p class=&quot;date&quot;&gt;&lt;?php the_time('F j, Y') ?&gt; &lt;em&gt;&lt;?php _e( 'in', 'buddypress' ) ?&gt; &lt;?php the_category(', ') ?&gt; &lt;?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post-&gt;post_author ) ) ?&gt;&lt;/em&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;div class=&quot;entry&quot;&gt;
</span><del>-                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;raquo;', 'buddypress' ) ); ?&gt;
</del><ins>+                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;rarr;', 'buddypress' ) ); ?&gt;
</ins><span class="cx">                                                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;p class=&quot;postmetadata&quot;&gt;&lt;span class=&quot;tags&quot;&gt;&lt;?php the_tags( __( 'Tags: ', 'buddypress' ), ', ', '&lt;br /&gt;'); ?&gt;&lt;/span&gt; &lt;span class=&quot;comments&quot;&gt;&lt;?php comments_popup_link( __( 'No Comments &amp;#187;', 'buddypress' ), __( '1 Comment &amp;#187;', 'buddypress' ), __( '% Comments &amp;#187;', 'buddypress' ) ); ?&gt;&lt;/span&gt;&lt;/p&gt;
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
-                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
+                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;rarr;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultpagephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/page.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/page.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-default/page.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;div class=&quot;entry&quot;&gt;
</span><span class="cx"> 
</span><del>-                                                &lt;?php the_content( __( '&lt;p class=&quot;serif&quot;&gt;Read the rest of this page &amp;raquo;&lt;/p&gt;', 'buddypress' ) ); ?&gt;
</del><ins>+                                                &lt;?php the_content( __( '&lt;p class=&quot;serif&quot;&gt;Read the rest of this page &amp;rarr;&lt;/p&gt;', 'buddypress' ) ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                 &lt;?php wp_link_pages( array( 'before' =&gt; __( '&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt; ', 'buddypress' ), 'after' =&gt; '&lt;/p&gt;', 'next_or_number' =&gt; 'number')); ?&gt;
</span><span class="cx">                                                 &lt;?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '&lt;p&gt;', '&lt;/p&gt;'); ?&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultsearchphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/search.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/search.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-default/search.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -14,8 +14,8 @@
</span><span class="cx">                                 &lt;h3 class=&quot;pagetitle&quot;&gt;&lt;?php _e( 'Search Results', 'buddypress' ) ?&gt;&lt;/h3&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
-                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
+                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;rarr;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php while (have_posts()) : the_post(); ?&gt;
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                                                         &lt;p class=&quot;date&quot;&gt;&lt;?php the_time('F j, Y') ?&gt; &lt;em&gt;&lt;?php _e( 'in', 'buddypress' ) ?&gt; &lt;?php the_category(', ') ?&gt; &lt;?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post-&gt;post_author ) ) ?&gt;&lt;/em&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;div class=&quot;entry&quot;&gt;
</span><del>-                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;raquo;', 'buddypress' ) ); ?&gt;
</del><ins>+                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;rarr;', 'buddypress' ) ); ?&gt;
</ins><span class="cx">                                                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;p class=&quot;postmetadata&quot;&gt;&lt;span class=&quot;tags&quot;&gt;&lt;?php the_tags( __( 'Tags: ', 'buddypress' ), ', ', '&lt;br /&gt;'); ?&gt;&lt;/span&gt; &lt;span class=&quot;comments&quot;&gt;&lt;?php comments_popup_link( __( 'No Comments &amp;#187;', 'buddypress' ), __( '1 Comment &amp;#187;', 'buddypress' ), __( '% Comments &amp;#187;', 'buddypress' ) ); ?&gt;&lt;/span&gt;&lt;/p&gt;
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">                                 &lt;?php endwhile; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
-                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
+                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;rarr;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php else : ?&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultsinglephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/single.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/single.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-default/single.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;item-options&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
-                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
+                                        &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;rarr;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                                                 &lt;p class=&quot;date&quot;&gt;&lt;?php the_time('F j, Y') ?&gt; &lt;em&gt;&lt;?php _e( 'in', 'buddypress' ) ?&gt; &lt;?php the_category(', ') ?&gt; &lt;?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post-&gt;post_author ) ) ?&gt;&lt;/em&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                                                 &lt;div class=&quot;entry&quot;&gt;
</span><del>-                                                        &lt;?php the_content( __( 'Read the rest of this entry &amp;raquo;', 'buddypress' ) ); ?&gt;
</del><ins>+                                                        &lt;?php the_content( __( 'Read the rest of this entry &amp;rarr;', 'buddypress' ) ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                         &lt;?php wp_link_pages(array('before' =&gt; __( '&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt; ', 'buddypress' ), 'after' =&gt; '&lt;/p&gt;', 'next_or_number' =&gt; 'number')); ?&gt;
</span><span class="cx">                                                 &lt;/div&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpsnparentarchivephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-sn-parent/archive.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-sn-parent/archive.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-sn-parent/archive.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                         &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                         &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpsnparentindexphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-sn-parent/index.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-sn-parent/index.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-sn-parent/index.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                         &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpsnparentsearchphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-sn-parent/search.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-sn-parent/search.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-sn-parent/search.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                                 &lt;h3 class=&quot;pagetitle&quot;&gt;&lt;?php _e( 'Search Results', 'buddypress' ) ?&gt;&lt;/h3&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                         &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                                 &lt;?php endwhile; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                         &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkbpthemesbpsnparentsinglephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-sn-parent/single.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-sn-parent/single.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-themes/bp-sn-parent/single.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;item-options&quot;&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;larr; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</ins><span class="cx">                                         &lt;div class=&quot;alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Next Entries &amp;raquo;', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;/div&gt;
</span></span></pre></div>
<a id="trunkbpxprofilebpxprofileclassesphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-xprofile/bp-xprofile-classes.php (2276 => 2277)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-xprofile/bp-xprofile-classes.php        2010-01-09 09:31:33 UTC (rev 2276)
+++ trunk/bp-xprofile/bp-xprofile-classes.php        2010-01-09 09:58:51 UTC (rev 2277)
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;p class=&quot;submit&quot; style=&quot;text-align: left&quot;&gt;
</span><del>-                                        &lt;input type=&quot;submit&quot; name=&quot;saveGroup&quot; value=&quot;&lt;?php echo attribute_escape( $title ); ?&gt; &amp;raquo;&quot; /&gt;
</del><ins>+                                        &lt;input type=&quot;submit&quot; name=&quot;saveGroup&quot; value=&quot;&lt;?php echo attribute_escape( $title ); ?&gt; &amp;rarr;&quot; /&gt;
</ins><span class="cx">                                 &lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;/form&gt;
</span><span class="lines">@@ -582,7 +582,7 @@
</span><span class="cx">                                 &lt;?php $this-&gt;render_admin_form_children() ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;p class=&quot;submit&quot;&gt;
</span><del>-                                                &amp;nbsp;&lt;input type=&quot;submit&quot; value=&quot;&lt;?php _e(&quot;Save&quot;, 'buddypress') ?&gt; &amp;raquo;&quot; name=&quot;saveField&quot; id=&quot;saveField&quot; style=&quot;font-weight: bold&quot; /&gt;
</del><ins>+                                                &amp;nbsp;&lt;input type=&quot;submit&quot; value=&quot;&lt;?php _e(&quot;Save&quot;, 'buddypress') ?&gt; &amp;rarr;&quot; name=&quot;saveField&quot; id=&quot;saveField&quot; style=&quot;font-weight: bold&quot; /&gt;
</ins><span class="cx">                                                  &lt;?php _e('or', 'buddypress') ?&gt; &lt;a href=&quot;admin.php?page=bp-profile-setup&quot; style=&quot;color: red&quot;&gt;&lt;?php _e( 'Cancel', 'buddypress' ) ?&gt;&lt;/a&gt;
</span><span class="cx">                                 &lt;/p&gt;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>