<!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] [2205] trunk/bp-themes/bp-default: Fixed blog tab highlighting
 .</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2205</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2009-12-18 14:59:39 +0000 (Fri, 18 Dec 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fixed blog tab highlighting. Added blogs styles to archive and search results pages.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpdefault_inccssdefaultcss">trunk/bp-themes/bp-default/_inc/css/default.css</a></li>
<li><a href="#trunkbpthemesbpdefaultarchivephp">trunk/bp-themes/bp-default/archive.php</a></li>
<li><a href="#trunkbpthemesbpdefaultheaderphp">trunk/bp-themes/bp-default/header.php</a></li>
<li><a href="#trunkbpthemesbpdefaultsearchphp">trunk/bp-themes/bp-default/search.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpthemesbpdefault_inccssdefaultcss"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/css/default.css (2204 => 2205)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/css/default.css        2009-12-18 14:28:54 UTC (rev 2204)
+++ trunk/bp-themes/bp-default/_inc/css/default.css        2009-12-18 14:59:39 UTC (rev 2205)
</span><span class="lines">@@ -1519,6 +1519,16 @@
</span><span class="cx">                 margin: 0;
</span><span class="cx">         }
</span><span class="cx"> 
</span><ins>+        h2.pagetitle {
+                color: #888;
+                font-size: 18px;
+                padding: 10px 0;
+                margin: 10px 0;
+                border-bottom: 1px solid #e4e4e4;
+                border-top: 1px solid #e4e4e4;
+                font-weight: normal;
+        }
+
</ins><span class="cx"> /* &gt; WordPress Blog Comment Styles
</span><span class="cx"> -------------------------------------------------------------- */
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultarchivephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/archive.php (2204 => 2205)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/archive.php        2009-12-18 14:28:54 UTC (rev 2204)
+++ trunk/bp-themes/bp-default/archive.php        2009-12-18 14:59:39 UTC (rev 2205)
</span><span class="lines">@@ -7,12 +7,10 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;div class=&quot;page&quot; id=&quot;blog-archives&quot;&gt;
</span><span class="cx"> 
</span><del>-                        &lt;h2 class=&quot;pagetitle&quot;&gt;&lt;?php _e( 'Blog', 'buddypress' ) ?&gt;&lt;/h2&gt;
</del><ins>+                        &lt;h2 class=&quot;pagetitle&quot;&gt;&lt;?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?&gt;&lt;/h2&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;?php if ( have_posts() ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                &lt;h3&gt;&lt;?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?&gt;&lt;/h3&gt;
-
</del><span class="cx">                                 &lt;div class=&quot;navigation&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;div class=&quot;alignleft&quot;&gt;&lt;?php next_posts_link( __( '&amp;laquo; Previous Entries', 'buddypress' ) ) ?&gt;&lt;/div&gt;
</span><span class="lines">@@ -24,17 +22,25 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php do_action( 'bp_before_blog_post' ) ?&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;post&quot;&gt;
</del><ins>+                                        &lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;h3 id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php _e( 'Permanent Link to', 'buddypress' ) ?&gt; &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;
-                                                &lt;small&gt;&lt;?php the_time('F j, Y') ?&gt;&lt;/small&gt;
</del><ins>+                                                &lt;div class=&quot;author-box&quot;&gt;
+                                                        &lt;?php echo get_avatar( get_the_author_email(), '50' ); ?&gt;
+                                                        &lt;p&gt;&lt;?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post-&gt;post_author ) ) ?&gt;&lt;/p&gt;
+                                                &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;div class=&quot;entry&quot;&gt;
-                                                        &lt;?php the_content() ?&gt;
</del><ins>+                                                &lt;div class=&quot;post-content&quot;&gt;
+                                                        &lt;h3&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php _e( 'Permanent Link to', 'buddypress' ) ?&gt; &lt;?php the_title_attribute(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;
+
+                                                        &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;
+
+                                                        &lt;div class=&quot;entry&quot;&gt;
+                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;raquo;', 'buddypress' ) ); ?&gt;
+                                                        &lt;/div&gt;
+
+                                                        &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;
</ins><span class="cx">                                                 &lt;/div&gt;
</span><span class="cx"> 
</span><del>-                                                &lt;p class=&quot;postmetadata&quot;&gt;&lt;?php _e( 'Posted in', 'buddypress' ) ?&gt; &lt;?php the_category(', ') ?&gt; | &lt;?php edit_post_link( __( 'Edit', 'buddypress' ), '', ' | '); ?&gt;  &lt;?php comments_popup_link( __( 'No Comments &amp;#187;', 'buddypress' ), __( '1 Comment &amp;#187;', 'buddypress' ), __( '% Comments &amp;#187;', 'buddypress' ) ); ?&gt;&lt;/p&gt;
-
</del><span class="cx">                                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php do_action( 'bp_after_blog_post' ) ?&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/header.php (2204 => 2205)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/header.php        2009-12-18 14:28:54 UTC (rev 2204)
+++ trunk/bp-themes/bp-default/header.php        2009-12-18 14:59:39 UTC (rev 2205)
</span><span class="lines">@@ -33,23 +33,37 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;div id=&quot;header&quot;&gt;
</span><span class="cx"> 
</span><del>-                        &lt;h1 id=&quot;logo&quot;&gt;&lt;a href=&quot;&lt;?php echo get_option('home') ?&gt;&quot; title=&quot;&lt;?php _e( 'Home', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php bp_site_name() ?&gt;&lt;/a&gt;&lt;/h1&gt;
</del><ins>+                        &lt;h1 id=&quot;logo&quot;&gt;&lt;a href=&quot;&lt;?php echo site_url() ?&gt;&quot; title=&quot;&lt;?php _e( 'Home', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php bp_site_name() ?&gt;&lt;/a&gt;&lt;/h1&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;ul id=&quot;nav&quot;&gt;
</span><del>-                                &lt;li&lt;?php if ( bp_is_page( 'home' ) ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;a href=&quot;&lt;?php echo get_option('home') ?&gt;&quot; title=&quot;&lt;?php _e( 'Home', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Home', 'buddypress' ) ?&gt;&lt;/a&gt;&lt;/li&gt;
-                                &lt;li&lt;?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;a href=&quot;&lt;?php echo get_option('home') ?&gt;/&lt;?php echo BP_HOME_BLOG_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Blog', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Blog', 'buddypress' ) ?&gt;&lt;/a&gt;&lt;/li&gt;
-                                &lt;li&lt;?php if ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;a href=&quot;&lt;?php echo get_option('home') ?&gt;/&lt;?php echo BP_MEMBERS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Members', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Members', 'buddypress' ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                &lt;li&lt;?php if ( bp_is_page( 'home' ) ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;
+                                        &lt;a href=&quot;&lt;?php echo site_url() ?&gt;&quot; title=&quot;&lt;?php _e( 'Home', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Home', 'buddypress' ) ?&gt;&lt;/a&gt;
+                                &lt;/li&gt;
</ins><span class="cx"> 
</span><ins>+                                &lt;li&lt;?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) || bp_is_blog_page() &amp;&amp; !is_front_page() ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;
+                                        &lt;a href=&quot;&lt;?php echo site_url() ?&gt;/&lt;?php echo BP_HOME_BLOG_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Blog', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Blog', 'buddypress' ) ?&gt;&lt;/a&gt;
+                                &lt;/li&gt;
+
+                                &lt;li&lt;?php if ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;
+                                        &lt;a href=&quot;&lt;?php echo site_url() ?&gt;/&lt;?php echo BP_MEMBERS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Members', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Members', 'buddypress' ) ?&gt;&lt;/a&gt;
+                                &lt;/li&gt;
+
</ins><span class="cx">                                 &lt;?php if ( function_exists( 'groups_install' ) ) : ?&gt;
</span><del>-                                        &lt;li&lt;?php if ( bp_is_page( BP_GROUPS_SLUG ) || bp_is_group() ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;a href=&quot;&lt;?php echo get_option('home') ?&gt;/&lt;?php echo BP_GROUPS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Groups', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Groups', 'buddypress' ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                        &lt;li&lt;?php if ( bp_is_page( BP_GROUPS_SLUG ) || bp_is_group() ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;
+                                                &lt;a href=&quot;&lt;?php echo site_url() ?&gt;/&lt;?php echo BP_GROUPS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Groups', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Groups', 'buddypress' ) ?&gt;&lt;/a&gt;
+                                        &lt;/li&gt;
</ins><span class="cx">                                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php if ( function_exists( 'groups_install' ) &amp;&amp; ( function_exists( 'bp_forums_setup' ) &amp;&amp; !(int) get_site_option( 'bp-disable-forum-directory' ) ) ) : ?&gt;
</span><del>-                                        &lt;li&lt;?php if ( bp_is_page( BP_FORUMS_SLUG ) ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;a href=&quot;&lt;?php echo get_option('home') ?&gt;/&lt;?php echo BP_FORUMS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Forums', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Forums', 'buddypress' ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                        &lt;li&lt;?php if ( bp_is_page( BP_FORUMS_SLUG ) ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;
+                                                &lt;a href=&quot;&lt;?php echo site_url() ?&gt;/&lt;?php echo BP_FORUMS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Forums', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Forums', 'buddypress' ) ?&gt;&lt;/a&gt;
+                                        &lt;/li&gt;
</ins><span class="cx">                                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php if ( function_exists( 'bp_blogs_install' ) ) : ?&gt;
</span><del>-                                        &lt;li&lt;?php if ( bp_is_page( BP_BLOGS_SLUG ) ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;a href=&quot;&lt;?php echo get_option('home') ?&gt;/&lt;?php echo BP_BLOGS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Blogs', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Blogs', 'buddypress' ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                        &lt;li&lt;?php if ( bp_is_page( BP_BLOGS_SLUG ) ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;
+                                                &lt;a href=&quot;&lt;?php echo site_url() ?&gt;/&lt;?php echo BP_BLOGS_SLUG ?&gt;&quot; title=&quot;&lt;?php _e( 'Blogs', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Blogs', 'buddypress' ) ?&gt;&lt;/a&gt;
+                                        &lt;/li&gt;
</ins><span class="cx">                                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php do_action( 'bp_nav_items' ); ?&gt;
</span><span class="lines">@@ -78,4 +92,4 @@
</span><span class="cx">                 &lt;?php do_action( 'bp_after_header' ) ?&gt;
</span><span class="cx">                 &lt;?php do_action( 'bp_before_container' ) ?&gt;
</span><span class="cx"> 
</span><del>-                &lt;div id=&quot;container&quot;&gt;
</del><ins>+                &lt;div id=&quot;container&quot;&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultsearchphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/search.php (2204 => 2205)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/search.php        2009-12-18 14:28:54 UTC (rev 2204)
+++ trunk/bp-themes/bp-default/search.php        2009-12-18 14:59:39 UTC (rev 2205)
</span><span class="lines">@@ -22,15 +22,25 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php do_action( 'bp_before_blog_post' ) ?&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;div class=&quot;post&quot;&gt;
</del><ins>+                                        &lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;h3 id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php _e( 'Permanent Link to', 'buddypress' ) ?&gt; &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;
-                                                &lt;small&gt;&lt;?php the_time('l, F jS, Y') ?&gt;&lt;/small&gt;
</del><ins>+                                                &lt;div class=&quot;author-box&quot;&gt;
+                                                        &lt;?php echo get_avatar( get_the_author_email(), '50' ); ?&gt;
+                                                        &lt;p&gt;&lt;?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post-&gt;post_author ) ) ?&gt;&lt;/p&gt;
+                                                &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;p class=&quot;postmetadata&quot;&gt;&lt;?php _e( 'Posted in', 'buddypress' ) ?&gt; &lt;?php the_category(', ') ?&gt; | &lt;?php edit_post_link( __( 'Edit', 'buddypress' ), '', ' | '); ?&gt;  &lt;?php comments_popup_link( __( 'No Comments &amp;#187;', 'buddypress' ), __( '1 Comment &amp;#187;', 'buddypress' ), __( '% Comments &amp;#187;', 'buddypress' ) ); ?&gt;&lt;/p&gt;
</del><ins>+                                                &lt;div class=&quot;post-content&quot;&gt;
+                                                        &lt;h3&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php _e( 'Permanent Link to', 'buddypress' ) ?&gt; &lt;?php the_title_attribute(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;?php do_action( 'bp_blog_post' ) ?&gt;
</del><ins>+                                                        &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;
</ins><span class="cx"> 
</span><ins>+                                                        &lt;div class=&quot;entry&quot;&gt;
+                                                                &lt;?php the_content( __( 'Read the rest of this entry &amp;raquo;', 'buddypress' ) ); ?&gt;
+                                                        &lt;/div&gt;
+
+                                                        &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;
+                                                &lt;/div&gt;
+
</ins><span class="cx">                                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php do_action( 'bp_after_blog_post' ) ?&gt;
</span></span></pre>
</div>
</div>

</body>
</html>