Opened 11 months ago
Closed 11 months ago
#61707 closed defect (bug) (duplicate)
Minor problem in WP 6.6
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in C:\Xampp\apps\wordpress\htdocs\wp-includes\functions.php on line 7300
PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in C:\Xampp\apps\wordpress\htdocs\wp-includes\functions.php on line 2189
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hi again!
Those two functions are
wp_normalize_path()
andwp_is_stream()
, same as #60636. The error should be found in a function that feedswp_normalize_path()
a non-string value, often caused by a plugin setting the first parameter ofadd_submenu_page()
tonull
.I'll close this ticket as a duplicate of #57580.