#48721 closed defect (bug) (fixed)
Undefined Variable URL
Reported by: | andreaitm | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | XML-RPC | Keywords: | |
Focuses: | Cc: |
Description
I get a notice:
[18-Nov-2019 10:00:50 UTC] PHP Notice: Undefined variable: url in /home/mysite/public_html/blog/wp-includes/class-wp-xmlrpc-server.php on line 6851
Attachments (1)
Change History (9)
#4
@
5 years ago
It seems that http_headers_useragent
is being used in xml-rpc file which has been borrowed from WP_Http class. However, there is no $url
variable defined.
#6
@
5 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 46750:
Note: See
TracTickets for help on using
tickets.
Hi @andreaitm,
Welcome to WordPress Trac, reporting tools and reviewing it. Do you use 'http_headers_useragent' filter?