#24512 closed enhancement (wontfix)
Add user ID to query vars after adding a user
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.0 |
| Component: | Users | Keywords: | needs-patch bulk-reopened |
| Focuses: | administration | Cc: |
Description
When you add a new user (or existing user on Multisite) to your site, you're redirected to the same screen but the new user ID is not passed along as a query var in the URL.
I'd like to add some user-specific links to the screen in a plugin of mine and can't do so without a user ID.
Attachments (1)
Change History (13)
#2
@
13 years ago
- Summary changed from Add post ID to query vars after adding a user to Add user ID to query vars after adding a user
#4
@
12 years ago
Any chance of this making it into 3.7? It's a simple little patch that will help improve my User Switching plugin (you'll be able to switch straight into a user after creating them).
#5
@
12 years ago
- Milestone changed from Awaiting Review to Future Release
Since we're in Beta 1 I think we're past the point of enhancements, cmiiw. I could get behind this for 3.8, though :)
#6
@
12 years ago
- Component changed from Administration to Users
- Focuses administration added
- Milestone changed from Future Release to 3.9
This makes sense and patch applies under src/. Moving to 3.9.
#8
@
12 years ago
Looking at ticket:19470:19470.3.patch, wp-admin/network/site-users.php and wp-admin/network/user-new.php probably need these changes as well for consistency.
Related: ticket:19470:7