Skip to:
Content

bbPress.org

Changeset 6763


Ignore:
Timestamp:
01/04/2018 04:23:39 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Converter: add inline documentation for wp_insert_user().

This change adds an inline reminder about what wp_insert_user() does internally, so our future selves know at a glance why else a user might be skipped.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/classes/class-bbp-converter-base.php

    r6715 r6763  
    512512                                }
    513513
     514                                // Internally re-calls _exists() checks above.
     515                                // Also checks for existing nicename.
    514516                                $post_id = wp_insert_user( $insert_post );
    515517
Note: See TracChangeset for help on using the changeset viewer.