<!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 &raquo; and &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 &raquo; and &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->user_id );
</span><span class="cx">                 $to = $ud->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' => '',
</span><span class="cx">                                 'total' => ceil( (int)$this->total_activity_count / (int)$this->pag_num ),
</span><span class="cx">                                 'current' => (int)$this->pag_page,
</span><del>-                                'prev_text' => '&laquo;',
-                                'next_text' => '&raquo;',
</del><ins>+                                'prev_text' => '&larr;',
+                                'next_text' => '&rarr;',
</ins><span class="cx">                                 'mid_size' => 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 .= '<li id="acomment-' . $comment->id . '">';
</span><span class="cx">                                 $content .= '<div class="acomment-avatar">' . bp_core_fetch_avatar( array( 'item_id' => $comment->user_id, 'width' => 25, 'height' => 25, 'email' => $comment->user_email ) ) . '</div>';
</span><del>-                                $content .= '<div class="acomment-meta"><a href="' . bp_core_get_user_domain( $comment->user_id, $comment->user_nicename, $comment->user_login ) . '">' . esc_attr( $comment->user_fullname ) . '</a> &middot; ' . sprintf( __( '%s ago', 'buddypress' ), bp_core_time_since( strtotime( $comment->date_recorded ) ) );
</del><ins>+                                $content .= '<div class="acomment-meta"><a href="' . bp_core_get_user_domain( $comment->user_id, $comment->user_nicename, $comment->user_login ) . '">' . apply_filters( 'bp_get_member_name', $comment->user_fullname ) . '</a> &middot; ' . sprintf( __( '%s ago', 'buddypress' ), bp_core_time_since( strtotime( $comment->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' => '',
</span><span class="cx">                         'total' => ceil($this->total_post_count / $this->pag_num),
</span><span class="cx">                         'current' => $this->pag_page,
</span><del>-                        'prev_text' => '&laquo;',
-                        'next_text' => '&raquo;',
</del><ins>+                        'prev_text' => '&larr;',
+                        'next_text' => '&rarr;',
</ins><span class="cx">                         'mid_size' => 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">                         <?php bp_blogs_signup_blog($blogname, $blog_title, $errors); ?>
</span><span class="cx">                         <p>
</span><del>-                                <input id="submit" type="submit" name="submit" class="submit" value="<?php _e('Create Blog &raquo;', 'buddypress') ?>" />
</del><ins>+                                <input id="submit" type="submit" name="submit" class="submit" value="<?php _e('Create Blog &rarr;', 'buddypress') ?>" />
</ins><span class="cx">                         </p>
</span><span class="cx">
</span><span class="cx">                         <?php wp_nonce_field( 'bp_blog_signup_form' ) ?>
</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">                 <input type="checkbox" name="delete-account-understand" id="delete-account-understand" value="1" onclick="if(this.checked) { document.getElementById('delete-account-button').disabled = ''; } else { document.getElementById('delete-account-button').disabled = 'disabled'; }" /> <?php _e( 'I understand the consequences of deleting my account.', 'buddypress' ); ?>
</span><span class="cx">
</span><span class="cx">                 <div class="submit">
</span><del>-                        <input type="submit" disabled="disabled" value="<?php _e( 'Delete My Account', 'buddypress' ) ?> &raquo;" id="delete-account-button" name="delete-account-button" /></p>
</del><ins>+                        <input type="submit" disabled="disabled" value="<?php _e( 'Delete My Account', 'buddypress' ) ?> &rarr;" id="delete-account-button" name="delete-account-button" /></p>
</ins><span class="cx">                 </div>
</span><span class="cx">
</span><span class="cx">                 <?php wp_nonce_field('delete-account') ?>
</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' => '',
</span><span class="cx">                         'total' => ceil($this->total_post_count / $this->pag_num),
</span><span class="cx">                         'current' => $this->pag_page,
</span><del>-                        'prev_text' => '&laquo;',
-                        'next_text' => '&raquo;',
</del><ins>+                        'prev_text' => '&larr;',
+                        'next_text' => '&rarr;',
</ins><span class="cx">                         'mid_size' => 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"> ?>
</span><span class="cx">         <div class="info-group">
</span><del>-                <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?> (<?php echo BP_Friends_Friendship::total_friend_count( $bp->displayed_user->id ) ?>) <span><a href="<?php echo $bp->displayed_user->domain . $bp->friends->slug ?>"><?php _e('See All', 'buddypress') ?> &raquo;</a></span></h4>
</del><ins>+                <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?> (<?php echo BP_Friends_Friendship::total_friend_count( $bp->displayed_user->id ) ?>) <span><a href="<?php echo $bp->displayed_user->domain . $bp->friends->slug ?>"><?php _e('See All', 'buddypress') ?> &rarr;</a></span></h4>
</ins><span class="cx">
</span><span class="cx">                 <?php if ( $friend_ids ) { ?>
</span><span class="cx">                         <ul class="horiz-gallery">
</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">                                 <div class="navigation">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
-                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
+                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
</ins><span class="cx">
</span><span class="cx">                                 </div>
</span><span class="cx">
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                                                         <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em></p>
</span><span class="cx">
</span><span class="cx">                                                         <div class="entry">
</span><del>-                                                                <?php the_content( __( 'Read the rest of this entry &raquo;', 'buddypress' ) ); ?>
</del><ins>+                                                                <?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
</ins><span class="cx">                                                         </div>
</span><span class="cx">
</span><span class="cx">                                                         <p class="postmetadata"><span class="tags"><?php the_tags( __( 'Tags: ', 'buddypress' ), ', ', '<br />'); ?></span> <span class="comments"><?php comments_popup_link( __( 'No Comments &#187;', 'buddypress' ), __( '1 Comment &#187;', 'buddypress' ), __( '% Comments &#187;', 'buddypress' ) ); ?></span></p>
</span><span class="lines">@@ -49,8 +49,8 @@
</span><span class="cx">
</span><span class="cx">                                 <div class="navigation">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
-                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
+                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
</ins><span class="cx">
</span><span class="cx">                                 </div>
</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">                                         <div class="post" id="post-<?php the_ID(); ?>">
</span><span class="cx">
</span><del>-                                                <h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &raquo; <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
</del><ins>+                                                <h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &rarr; <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
</ins><span class="cx">
</span><span class="cx">                                                 <div class="entry">
</span><span class="cx">                                                         <p class="<?php echo $classname; ?>"><?php echo $attachment_link; ?><br /><?php echo basename($post->guid); ?></p>
</span><span class="cx">
</span><del>-                                                        <?php the_content( __('<p class="serif">Read the rest of this entry &raquo;</p>', 'buddypress' ) ); ?>
</del><ins>+                                                        <?php the_content( __('<p class="serif">Read the rest of this entry &rarr;</p>', 'buddypress' ) ); ?>
</ins><span class="cx">
</span><span class="cx">                                                         <?php wp_link_pages( array( 'before' => __( '<p><strong>Pages:</strong> ', 'buddypress' ), 'after' => '</p>', 'next_or_number' => 'number')); ?>
</span><span class="cx">                                                 </div>
</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">                                                 <?php if ( $user_ID ) : ?>
</span><span class="cx">
</span><span class="cx">                                                         <p class="log-in-out">
</span><del>-                                                                <?php printf( __('Logged in as <a href="%1$s" title="%2$s">%2$s</a>.', 'buddypress'), bp_loggedin_user_domain(), $user_identity ); ?> <a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="<?php _e('Log out of this account', 'buddypress'); ?>"><?php _e('Log out &raquo;', 'buddypress'); ?></a>
</del><ins>+                                                                <?php printf( __('Logged in as <a href="%1$s" title="%2$s">%2$s</a>.', 'buddypress'), bp_loggedin_user_domain(), $user_identity ); ?> <a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="<?php _e('Log out of this account', 'buddypress'); ?>"><?php _e('Log out &rarr;', 'buddypress'); ?></a>
</ins><span class="cx">                                                         </p>
</span><span class="cx">
</span><span class="cx">                                                 <?php else : ?>
</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">                                                         <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em></p>
</span><span class="cx">
</span><span class="cx">                                                         <div class="entry">
</span><del>-                                                                <?php the_content( __( 'Read the rest of this entry &raquo;', 'buddypress' ) ); ?>
</del><ins>+                                                                <?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
</ins><span class="cx">                                                         </div>
</span><span class="cx">
</span><span class="cx">                                                         <p class="postmetadata"><span class="tags"><?php the_tags( __( 'Tags: ', 'buddypress' ), ', ', '<br />'); ?></span> <span class="comments"><?php comments_popup_link( __( 'No Comments &#187;', 'buddypress' ), __( '1 Comment &#187;', 'buddypress' ), __( '% Comments &#187;', 'buddypress' ) ); ?></span></p>
</span><span class="lines">@@ -40,8 +40,8 @@
</span><span class="cx">
</span><span class="cx">                                 <div class="navigation">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
-                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
+                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
</ins><span class="cx">
</span><span class="cx">                                 </div>
</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">                                         <div class="entry">
</span><span class="cx">
</span><del>-                                                <?php the_content( __( '<p class="serif">Read the rest of this page &raquo;</p>', 'buddypress' ) ); ?>
</del><ins>+                                                <?php the_content( __( '<p class="serif">Read the rest of this page &rarr;</p>', 'buddypress' ) ); ?>
</ins><span class="cx">
</span><span class="cx">                                                 <?php wp_link_pages( array( 'before' => __( '<p><strong>Pages:</strong> ', 'buddypress' ), 'after' => '</p>', 'next_or_number' => 'number')); ?>
</span><span class="cx">                                                 <?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '<p>', '</p>'); ?>
</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">                                 <h3 class="pagetitle"><?php _e( 'Search Results', 'buddypress' ) ?></h3>
</span><span class="cx">
</span><span class="cx">                                 <div class="navigation">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
-                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
+                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                 </div>
</span><span class="cx">
</span><span class="cx">                                 <?php while (have_posts()) : the_post(); ?>
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">                                                         <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em></p>
</span><span class="cx">
</span><span class="cx">                                                         <div class="entry">
</span><del>-                                                                <?php the_content( __( 'Read the rest of this entry &raquo;', 'buddypress' ) ); ?>
</del><ins>+                                                                <?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
</ins><span class="cx">                                                         </div>
</span><span class="cx">
</span><span class="cx">                                                         <p class="postmetadata"><span class="tags"><?php the_tags( __( 'Tags: ', 'buddypress' ), ', ', '<br />'); ?></span> <span class="comments"><?php comments_popup_link( __( 'No Comments &#187;', 'buddypress' ), __( '1 Comment &#187;', 'buddypress' ), __( '% Comments &#187;', 'buddypress' ) ); ?></span></p>
</span><span class="lines">@@ -48,8 +48,8 @@
</span><span class="cx">                                 <?php endwhile; ?>
</span><span class="cx">
</span><span class="cx">                                 <div class="navigation">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
-                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
+                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                 </div>
</span><span class="cx">
</span><span class="cx">                         <?php else : ?>
</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">                                 <div class="item-options">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
-                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
+                                        <div class="alignright"><?php previous_posts_link( __( 'Next Entries &rarr;', 'buddypress' ) ) ?></div>
</ins><span class="cx">
</span><span class="cx">                                 </div>
</span><span class="cx">
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">                                                 <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em></p>
</span><span class="cx">
</span><span class="cx">                                                 <div class="entry">
</span><del>-                                                        <?php the_content( __( 'Read the rest of this entry &raquo;', 'buddypress' ) ); ?>
</del><ins>+                                                        <?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
</ins><span class="cx">
</span><span class="cx">                                                         <?php wp_link_pages(array('before' => __( '<p><strong>Pages:</strong> ', 'buddypress' ), 'after' => '</p>', 'next_or_number' => 'number')); ?>
</span><span class="cx">                                                 </div>
</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">                                 <div class="navigation">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                         <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</span><span class="cx">
</span><span class="cx">                                 </div>
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">
</span><span class="cx">                                 <div class="navigation">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                         <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</span><span class="cx">
</span><span class="cx">                                 </div>
</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">                                 <div class="navigation">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                         <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</span><span class="cx">
</span><span class="cx">                                 </div>
</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">                                 <h3 class="pagetitle"><?php _e( 'Search Results', 'buddypress' ) ?></h3>
</span><span class="cx">
</span><span class="cx">                                 <div class="navigation">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                         <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</span><span class="cx">                                 </div>
</span><span class="cx">
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">                                 <?php endwhile; ?>
</span><span class="cx">
</span><span class="cx">                                 <div class="navigation">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                         <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</span><span class="cx">                                 </div>
</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">                                 <div class="item-options">
</span><span class="cx">
</span><del>-                                        <div class="alignleft"><?php next_posts_link( __( '&laquo; Previous Entries', 'buddypress' ) ) ?></div>
</del><ins>+                                        <div class="alignleft"><?php next_posts_link( __( '&larr; Previous Entries', 'buddypress' ) ) ?></div>
</ins><span class="cx">                                         <div class="alignright"><?php previous_posts_link( __( 'Next Entries &raquo;', 'buddypress' ) ) ?></div>
</span><span class="cx">
</span><span class="cx">                                 </div>
</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">                                 </div>
</span><span class="cx">
</span><span class="cx">                                 <p class="submit" style="text-align: left">
</span><del>-                                        <input type="submit" name="saveGroup" value="<?php echo attribute_escape( $title ); ?> &raquo;" />
</del><ins>+                                        <input type="submit" name="saveGroup" value="<?php echo attribute_escape( $title ); ?> &rarr;" />
</ins><span class="cx">                                 </p>
</span><span class="cx">
</span><span class="cx">                         </form>
</span><span class="lines">@@ -582,7 +582,7 @@
</span><span class="cx">                                 <?php $this->render_admin_form_children() ?>
</span><span class="cx">
</span><span class="cx">                                 <p class="submit">
</span><del>-                                                &nbsp;<input type="submit" value="<?php _e("Save", 'buddypress') ?> &raquo;" name="saveField" id="saveField" style="font-weight: bold" />
</del><ins>+                                                &nbsp;<input type="submit" value="<?php _e("Save", 'buddypress') ?> &rarr;" name="saveField" id="saveField" style="font-weight: bold" />
</ins><span class="cx">                                                  <?php _e('or', 'buddypress') ?> <a href="admin.php?page=bp-profile-setup" style="color: red"><?php _e( 'Cancel', 'buddypress' ) ?></a>
</span><span class="cx">                                 </p>
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body>
</html>