Changeset 41552 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 09/21/2017 12:27:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r41324 r41552 2070 2070 2071 2071 /** 2072 * Add a new user to a blog by visiting /newbloguser/ username/.2072 * Add a new user to a blog by visiting /newbloguser/{key}/. 2073 2073 * 2074 2074 * This will only work when the user's details are saved as an option 2075 * keyed as 'new_user_ x', where 'x' is the username ofthe user to be2075 * keyed as 'new_user_{key}', where '{key}' is a hash generated for the user to be 2076 2076 * added, as when a user is invited through the regular WP Add User interface. 2077 2077 *
Note: See TracChangeset
for help on using the changeset viewer.