Changeset 7555 for trunk/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 11/10/2013 02:04:14 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-functions.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r7447 r7555 13 13 * Check whether the $bp global lists an activity directory page. 14 14 * 15 * @since BuddyPress (1.5 )15 * @since BuddyPress (1.5.0) 16 16 * 17 17 * @global BuddyPress $bp The one true BuddyPress instance. … … 100 100 * only to particular users. 101 101 * 102 * @since BuddyPress (1.7 )102 * @since BuddyPress (1.7.0) 103 103 * 104 104 * @uses apply_filters() … … 131 131 * being trackable only to particular users. 132 132 * 133 * @since BuddyPress (1.7 )133 * @since BuddyPress (1.7.0) 134 134 * 135 135 * @uses bp_blogs_is_blog_recordable … … 160 160 * Make BuddyPress aware of a new site so that it can track its activity. 161 161 * 162 * @since BuddyPress (1.0 )162 * @since BuddyPress (1.0.0) 163 163 * 164 164 * @uses BP_Blogs_Blog … … 220 220 * @global object $wpdb DB Layer. 221 221 * 222 * @param string $oldvalue Value before save. Passed by do_action() but unused here. 222 * @param string $oldvalue Value before save. Passed by do_action() but 223 * unused here. 223 224 * @param string $newvalue Value to change meta to. 224 225 */ … … 235 236 * @global object $wpdb DB Layer. 236 237 * 237 * @param string $oldvalue Value before save. Passed by do_action() but unused here. 238 * @param string $oldvalue Value before save. Passed by do_action() but 239 * unused here. 238 240 * @param string $newvalue Value to change meta to. 239 241 */ … … 606 608 * When a blog comment status transition occurs, update the relevant activity's status. 607 609 * 608 * @since BuddyPress (1.6 )610 * @since BuddyPress (1.6.0) 609 611 * 610 612 * @global object $bp BuddyPress global settings. … … 833 835 * Get metadata for a given blog. 834 836 * 835 * @since BuddyPress (1.2 )837 * @since BuddyPress (1.2.0) 836 838 * 837 839 * @global object $wpdb WordPress database access object.
Note: See TracChangeset
for help on using the changeset viewer.