Changeset 10712 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 04/17/2016 12:24:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r10682 r10712 1142 1142 * @param string $user_email The email of the user who created the blog. Unused. 1143 1143 * @param string|array $meta Meta values associated with the new blog. Unused. 1144 * @param int 1144 * @param int|null $blog_id ID of the newly created blog. 1145 1145 */ 1146 1146 function bp_blogs_confirm_blog_signup( $domain, $path, $blog_title, $user_name, $user_email = '', $meta = '', $blog_id = null ) {
Note: See TracChangeset
for help on using the changeset viewer.