<!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" />
<title>[BuddyPress][5928] trunk: Fix phpdoc since typos introduced in r5927</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/5928">5928</a></dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2012-03-16 02:31:22 +0000 (Fri, 16 Mar 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix phpdoc since typos introduced in r5927</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpactivitybpactivityfiltersphp">trunk/bp-activity/bp-activity-filters.php</a></li>
<li><a href="#trunkbpactivitybpactivityfunctionsphp">trunk/bp-activity/bp-activity-functions.php</a></li>
<li><a href="#trunkbpactivitybpactivityloaderphp">trunk/bp-activity/bp-activity-loader.php</a></li>
<li><a href="#trunkbpactivitybpactivityscreensphp">trunk/bp-activity/bp-activity-screens.php</a></li>
<li><a href="#trunkbpactivitybpactivitytemplatephp">trunk/bp-activity/bp-activity-template.php</a></li>
<li><a href="#trunkbpcorebpcorebuddybarphp">trunk/bp-core/bp-core-buddybar.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpactivitybpactivityfiltersphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-filters.php (5927 => 5928)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-filters.php        2012-03-16 01:06:05 UTC (rev 5927)
+++ trunk/bp-activity/bp-activity-filters.php        2012-03-16 02:31:22 UTC (rev 5928)
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Catch mentions in saved activity items
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param obj $activity
</span><span class="cx">  *
</span><span class="lines">@@ -297,7 +297,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Truncates long activity entries when viewed in activity streams
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param $text The original activity entry text
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkbpactivitybpactivityfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-functions.php (5927 => 5928)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-functions.php        2012-03-16 01:06:05 UTC (rev 5927)
+++ trunk/bp-activity/bp-activity-functions.php        2012-03-16 02:31:22 UTC (rev 5928)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Checks $bp pages global and looks for directory page
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @global object $bp BuddyPress global settings
</span><span class="cx">  *
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Searches through the content of an activity item to locate usernames, designated by an @ sign
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param string $content The content of the activity, usually found in $activity-&gt;content
</span><span class="cx">  *
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Resets a user's unread mentions list and count
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param int $user_id The id of the user whose unread mentions are being reset
</span><span class="cx">  * @uses bp_delete_user_meta()
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Adjusts new mention count for mentioned users when activity items are deleted or created
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param int $activity_id The unique id for the activity item
</span><span class="cx">  * @param string $action Can be 'delete' or 'add'. Defaults to 'add'
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Formats notifications related to activity
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param string $action The type of activity item. Just 'new_at_mention' for now
</span><span class="cx">  * @param int $item_id The activity id
</span><span class="lines">@@ -613,7 +613,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Completely remove a user's activity data
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param int $user_id
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkbpactivitybpactivityloaderphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-loader.php (5927 => 5928)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-loader.php        2012-03-16 01:06:05 UTC (rev 5927)
+++ trunk/bp-activity/bp-activity-loader.php        2012-03-16 02:31:22 UTC (rev 5928)
</span><span class="lines">@@ -15,14 +15,14 @@
</span><span class="cx"> /**
</span><span class="cx">  * Main Activity Class
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  */
</span><span class="cx"> class BP_Activity_Component extends BP_Component {
</span><span class="cx"> 
</span><span class="cx">         /**
</span><span class="cx">          * Start the activity component creation process
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          */
</span><span class="cx">         function __construct() {
</span><span class="cx">                 parent::start(
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Include files
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          */
</span><span class="cx">         function includes() {
</span><span class="cx">                 // Files to include
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx">          * The BP_ACTIVITY_SLUG constant is deprecated, and only used here for
</span><span class="cx">          * backwards compatibility.
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $bp BuddyPress global settings
</span><span class="cx">          */
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Setup BuddyBar navigation
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $bp BuddyPress global settings
</span><span class="cx">          * @uses bp_is_active()
</span><span class="lines">@@ -202,7 +202,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Set up the Toolbar
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $bp BuddyPress global settings
</span><span class="cx">          * @uses is_user_logged_in()
</span><span class="lines">@@ -293,7 +293,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Sets up the title for pages and &lt;title&gt;
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $bp BuddyPress global settings
</span><span class="cx">          * @uses bp_is_activity_component()
</span></span></pre></div>
<a id="trunkbpactivitybpactivityscreensphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-screens.php (5927 => 5928)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-screens.php        2012-03-16 01:06:05 UTC (rev 5927)
+++ trunk/bp-activity/bp-activity-screens.php        2012-03-16 02:31:22 UTC (rev 5928)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Activity screen index
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_displayed_user_id()
</span><span class="cx">  * @uses bp_is_activity_component()
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">  * Removes activity notifications from the notification menu when a user clicks on them and
</span><span class="cx">  * is taken to a specific screen.
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @global object $bp BuddyPress global settings
</span><span class="cx">  * @uses bp_core_delete_notifications_by_type()
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Reset the logged-in user's new mentions data when he visits his mentions screen
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_is_my_profile()
</span><span class="cx">  * @uses bp_activity_clear_new_mentions()
</span></span></pre></div>
<a id="trunkbpactivitybpactivitytemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/bp-activity-template.php (5927 => 5928)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/bp-activity-template.php        2012-03-16 01:06:05 UTC (rev 5927)
+++ trunk/bp-activity/bp-activity-template.php        2012-03-16 02:31:22 UTC (rev 5928)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Output the activity component slug
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_slug()
</span><span class="cx">  */
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Return the activity component slug
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $bp BuddyPress global settings
</span><span class="cx">          * @uses apply_filters() To call the 'bp_get_activity_slug' hook
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Output the activity component root slug
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_root_slug()
</span><span class="cx">  */
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Return the activity component root slug
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $bp BuddyPress global settings
</span><span class="cx">          * @uses apply_filters() To call the 'bp_get_activity_root_slug' hook
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Output member directory permalink
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_directory_permalink()
</span><span class="cx">  */
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Return member directory permalink
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @uses traisingslashit()
</span><span class="cx">          * @uses bp_get_root_domain()
</span><span class="lines">@@ -487,7 +487,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Returns true when there are more activity items to be shown than currently appear
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @global object $activities_template {@link BP_Activity_Template}
</span><span class="cx">  * @uses apply_filters() To call the 'bp_activity_has_more_items' hook
</span><span class="lines">@@ -1413,7 +1413,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Utility function that returns the comment currently being recursed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @global object $activities_template {@link BP_Activity_Template}
</span><span class="cx">  * @uses apply_filters() To call the 'bp_activity_current_comment' hook
</span><span class="lines">@@ -1432,7 +1432,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Echoes the id of the activity comment currently being displayed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_comment_id()
</span><span class="cx">  */
</span><span class="lines">@@ -1443,7 +1443,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Gets the id of the activity comment currently being displayed
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $activities_template {@link BP_Activity_Template}
</span><span class="cx">          * @uses apply_filters() To call the 'bp_activity_comment_id' hook
</span><span class="lines">@@ -1461,7 +1461,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Echoes the user_id of the author of the activity comment currently being displayed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_comment_user_id()
</span><span class="cx">  */
</span><span class="lines">@@ -1472,7 +1472,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Gets the user_id of the author of the activity comment currently being displayed
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $activities_template {@link BP_Activity_Template}
</span><span class="cx">          * @uses apply_filters() To call the 'bp_activity_comment_user_id' hook
</span><span class="lines">@@ -1490,7 +1490,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Echoes the author link for the activity comment currently being displayed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_comment_user_link()
</span><span class="cx">  */
</span><span class="lines">@@ -1501,7 +1501,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Gets the author link for the activity comment currently being displayed
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @uses bp_core_get_user_domain()
</span><span class="cx">          * @uses bp_get_activity_comment_user_id()
</span><span class="lines">@@ -1518,7 +1518,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Echoes the author name for the activity comment currently being displayed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_comment_name()
</span><span class="cx">  */
</span><span class="lines">@@ -1531,7 +1531,7 @@
</span><span class="cx">          *
</span><span class="cx">          * The use of the bp_acomment_name filter is deprecated. Please use bp_activity_comment_name
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $activities_template {@link BP_Activity_Template}
</span><span class="cx">          * @uses apply_filters() To call the 'bp_acomment_name' hook
</span><span class="lines">@@ -1553,7 +1553,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Echoes the date_recorded of the activity comment currently being displayed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_comment_date_recorded()
</span><span class="cx">  */
</span><span class="lines">@@ -1564,7 +1564,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Gets the date_recorded for the activity comment currently being displayed
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $activities_template {@link BP_Activity_Template}
</span><span class="cx">          * @uses bp_core_time_since()
</span><span class="lines">@@ -1586,7 +1586,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Echoes the 'delete' URL for the activity comment currently being displayed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_comment_delete_link()
</span><span class="cx">  */
</span><span class="lines">@@ -1597,7 +1597,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Gets the 'delete' URL for the activity comment currently being displayed
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @uses wp_nonce_url()
</span><span class="cx">          * @uses bp_get_root_domain()
</span><span class="lines">@@ -1616,7 +1616,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Echoes the content of the activity comment currently being displayed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bp_get_activity_comment_content()
</span><span class="cx">  */
</span><span class="lines">@@ -1631,7 +1631,7 @@
</span><span class="cx">          * applied to activity items in general. Use bp_activity_comment_content to modify the
</span><span class="cx">          * content of activity comments only.
</span><span class="cx">          *
</span><del>-         * @since BuddyPress (1.5).0
</del><ins>+         * @since BuddyPress (1.5)
</ins><span class="cx">          *
</span><span class="cx">          * @global object $activities_template {@link BP_Activity_Template}
</span><span class="cx">          * @uses apply_filters() To call the 'bp_get_activity_content' hook
</span><span class="lines">@@ -2170,7 +2170,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Determine if a comment can be made on an activity reply item
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param object $comment Activity comment
</span><span class="cx">  *
</span><span class="lines">@@ -2187,7 +2187,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Determine if an favorites are allowed
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses apply_filters() To call the 'bp_activity_can_favorite' hook
</span><span class="cx">  *
</span><span class="lines">@@ -2659,7 +2659,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Template tag so we can hook activity feed to &lt;head&gt;
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @uses bloginfo()
</span><span class="cx">  * @uses bp_sitewide_activity_feed_link()
</span></span></pre></div>
<a id="trunkbpcorebpcorebuddybarphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/bp-core-buddybar.php (5927 => 5928)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-buddybar.php        2012-03-16 01:06:05 UTC (rev 5927)
+++ trunk/bp-core/bp-core-buddybar.php        2012-03-16 02:31:22 UTC (rev 5928)
</span><span class="lines">@@ -615,7 +615,7 @@
</span><span class="cx">  *
</span><span class="cx">  * This is a direct copy of WP's private _get_admin_bar_pref()
</span><span class="cx">  *
</span><del>- * @since BuddyPress (1.5).0
</del><ins>+ * @since BuddyPress (1.5)
</ins><span class="cx">  *
</span><span class="cx">  * @param string $context Context of this preference check, either 'admin' or 'front'.
</span><span class="cx">  * @param int $user Optional. ID of the user to check, defaults to 0 for current user.
</span></span></pre>
</div>
</div>

</body>
</html>