Changeset 10100 for trunk/src/bp-blogs/classes/class-bp-blogs-blog.php
- Timestamp:
- 09/12/2015 06:03:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/classes/class-bp-blogs-blog.php
r10011 r10100 16 16 * network and a specific user on that blog. 17 17 * 18 * @since BuddyPress (1.0.0)18 * @since 1.0.0 19 19 */ 20 20 class BP_Blogs_Blog { … … 65 65 * Please use this hook to filter the properties above. Each part will be passed in. 66 66 * 67 * @since BuddyPress (1.0.0)67 * @since 1.0.0 68 68 * 69 69 * @param BP_Blogs_Blog $this Current instance of the blog item being saved. Passed by reference. … … 97 97 * Please use this hook to filter the properties above. Each part will be passed in. 98 98 * 99 * @since BuddyPress (1.0.0)99 * @since 1.0.0 100 100 * 101 101 * @param BP_Blogs_Blog $this Current instance of the blog item being saved. Passed by reference. … … 243 243 244 244 bp_blogs_delete_blogmeta( $blog_id ); 245 245 246 246 $bp = buddypress(); 247 247
Note: See TracChangeset
for help on using the changeset viewer.