Opened 8 years ago
Closed 7 years ago
#7522 closed enhancement (fixed)
Use wp_login_url() instead of site_url() where needed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Currently we are using:
site_url( 'wp-login.php' )
I believe it should be replaced with wp_login_url()
.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Looks good to me.
Feel free to commit when you have a chance.