Changes between Initial Version and Version 3 of Ticket #60982
- Timestamp:
- 04/19/2024 08:03:52 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60982
-
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 #60982 – Description
initial v3 1 1 With php v8.1 and WordPress v6.5.2 I receive warnings in admin area: 2 2 {{{ 3 3 PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type 4 4 array|string is deprecated in /wp-includes/functions.php on line 7241 5 5 }}} 6 {{{ 6 7 PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type 7 8 array|string is deprecated in /wp-includes/functions.php on line 2187 8 9 }}} 10 {{{ 9 11 PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is 10 12 deprecated in \wp-admin\admin-header.php on line 36 13 }}} 11 14 12 15 They all are easily fixable, so I just hope somebody will add fixes to next update: 13 https://prnt.sc/SXP6CYRUswtz 14 https://prnt.sc/-XgEBobeohgn 15 https://prnt.sc/GiNK_lL4cwxX 16 16 17 https://prnt.sc/SXP6CYRUswtz 18 https://prnt.sc/-XgEBobeohgn 19 https://prnt.sc/GiNK_lL4cwxX