Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61707


Ignore:
Timestamp:
07/19/2024 10:51:37 AM (22 months ago)
Author:
sabernhardt
Comment:

Hi again!

Those two functions are wp_normalize_path() and wp_is_stream(), same as #60636. The error should be found in a function that feeds wp_normalize_path() a non-string value, often caused by a plugin setting the first parameter of add_submenu_page() to null.

I'll close this ticket as a duplicate of #57580.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61707

    • Property Status changed from new to closed
    • Property Version changed from 6.6 to
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • Ticket #61707 – Description

    initial v1  
    1 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
    2 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
     1`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`
     2`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`