Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/17/2016 12:24:44 AM (9 years ago)
Author:
tw2113
Message:

Revisited Scrutinizer and fixed some items it found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-template.php

    r10682 r10712  
    11421142 * @param string       $user_email The email of the user who created the blog. Unused.
    11431143 * @param string|array $meta       Meta values associated with the new blog. Unused.
    1144  * @param int          $blog_id    ID of the newly created blog.
     1144 * @param int|null     $blog_id    ID of the newly created blog.
    11451145 */
    11461146function 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.