Changeset 9308 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r9280 r9308 416 416 * @since BuddyPress (2.2.0) 417 417 * 418 * @param int $activity_id ID of the ac itvity item.418 * @param int $activity_id ID of the activity item. 419 419 * @param WP_Post $post Post object. 420 420 */ … … 456 456 * 457 457 * @param WP_Post $post Post object. 458 * @param BP_Acti tivy_Activity $activity Activity object.458 * @param BP_Activity_Activity $activity Activity object. 459 459 */ 460 460 function bp_blogs_update_post_activity_meta( $post, $activity ) { … … 1281 1281 1282 1282 /** 1283 * Delete a metad ta from the DB for a blog.1283 * Delete a metadata from the DB for a blog. 1284 1284 * 1285 1285 * @global object $wpdb WordPress database access object.
Note: See TracChangeset
for help on using the changeset viewer.