Opened 14 years ago
Closed 14 years ago
#19703 closed defect (bug) (duplicate)
get_the_password_form() should use get_site_url()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.3 |
Component: | Template | Keywords: | has-patch |
Focuses: | Cc: |
Description
Nothing too dramatic, just replacing get_option('siteurl')
with get_site_url
; and a bit of code formatting to better suit WordPress standards.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
We could also replace several dynamic PHP strings with static ones, e.g. "Submit" → 'Submit'.
The ticket, however, is a duplicate of #14748.