Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (12 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-functions.php

    r9257 r9308  
    560560
    561561/**
    562  * Retreive the current action from a component and key.
     562 * Retrieve the current action from a component and key.
    563563 *
    564564 * @since BuddyPress (1.1.0)
     
    11001100                 *
    11011101                 * This is usually taken care of when BP_Activity_Activity::save() happens, but
    1102                  * as we're going to be updating all the activity statuses directly, for efficency,
     1102                 * as we're going to be updating all the activity statuses directly, for efficiency,
    11031103                 * we need to update manually.
    11041104                 */
     
    11701170                 *
    11711171                 * This is usually taken care of when BP_Activity_Activity::save() happens, but
    1172                  * as we're going to be updating all the activity statuses directly, for efficency,
     1172                 * as we're going to be updating all the activity statuses directly, for efficiency,
    11731173                 * we need to update manually.
    11741174                 */
     
    20622062        }
    20632063
    2064         // Check to see if the parent activity is hidden, and if so, hide this comment publically.
     2064        // Check to see if the parent activity is hidden, and if so, hide this comment publicly.
    20652065        $is_hidden = ( (int) $activity->hide_sitewide ) ? 1 : 0;
    20662066
     
    28472847 * @since BuddyPress (2.0.0)
    28482848 *
    2849  * @uses bp_is_activity_heartbeat_active() to check if heatbeat setting is on.
     2849 * @uses bp_is_activity_heartbeat_active() to check if heartbeat setting is on.
    28502850 * @uses bp_is_activity_directory() to check if the current page is the activity
    28512851 *       directory.
Note: See TracChangeset for help on using the changeset viewer.