Opened 17 years ago
Closed 17 years ago
#6712 closed defect (bug) (fixed)
Where is wp_signin()?
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | typo wp_signon has-patch |
Focuses: | Cc: |
Description
Can anyone tell me where can I find wp_signin()?
I saw this while making a plugin @deprecated Use wp_signin()
I checked through the WP 2.5 with Xref, and did not find that function.
Thank you
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
It's a typo; it should be wp_signon, which is in wp-includes/user.php. I've added a patch.