Opened 9 years ago
Closed 9 years ago
#34280 closed defect (bug) (fixed)
Remove usage of the `wpurl` blog option
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit dev-feedback |
Focuses: | Cc: |
Description
There are two instances in core where get_bloginfo( 'wpurl' )
is used, one of which is incorrect and should use admin_url()
, and another which should use site_url()
.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
34280.diff corrects the following:
application/rsd+xml
link URL.Just needs a sanity check.