Changes between Initial Version and Version 2 of Ticket #59757
- Timestamp:
- 01/11/2024 10:18:14 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59757
-
Property
Status
changed from
new
toclosed
- Property Focuses php-compatibility removed
-
Property
Milestone
changed from
Awaiting Review
to - Property Keywords php81 added
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #59757 – Description
initial v2 1 1 2 The function wp_normalize_path()is causing the error below on my test environment:2 The function `wp_normalize_path()` is causing the error below on my test environment: 3 3 4 PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/gary/bailey-head/wordpress/wp-includes/functions.php on line 2182 4 `PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /.../wp-includes/functions.php on line 2182` 5 5 6 6 Locally I altered the function to resolve the error as per the code below: