Opened 12 years ago
Closed 12 years ago
#15131 closed defect (bug) (fixed)
wp_admin_bar_me_separator using wrong profile link
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch dev-feedback close |
Focuses: | Cc: |
Description
the wp_admin_bar_me_separator function is constructing the link to the user's profile instead of using admin_url(), which can generate the wrong URL when WordPress is not installed at the document root.
patch attached.
Attachments (1)
Change History (6)
#3
@
12 years ago
- Keywords has-patch dev-feedback added
@ryan: Would Will's patch be a decent band-aid, given that freeze is coming up, or will you do what you propose above?
Note: See
TracTickets for help on using
tickets.
I think we need something like get_profile_link() that will link to the profile.php in the users primary blog admin if the user has a blog and to the personal dashboard if the user does not have a blog.