Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 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-blogs/bp-blogs-functions.php

    r9280 r9308  
    416416 * @since BuddyPress (2.2.0)
    417417 *
    418  * @param  int     $activity_id ID of the acitvity item.
     418 * @param  int     $activity_id ID of the activity item.
    419419 * @param  WP_Post $post        Post object.
    420420 */
     
    456456 *
    457457 * @param WP_Post              $post     Post object.
    458  * @param BP_Actitivy_Activity $activity Activity object.
     458 * @param BP_Activity_Activity $activity Activity object.
    459459 */
    460460function bp_blogs_update_post_activity_meta( $post, $activity ) {
     
    12811281
    12821282/**
    1283  * Delete a metadta from the DB for a blog.
     1283 * Delete a metadata from the DB for a blog.
    12841284 *
    12851285 * @global object $wpdb WordPress database access object.
Note: See TracChangeset for help on using the changeset viewer.