Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58157


Ignore:
Timestamp:
04/19/2023 03:03:49 PM (3 years ago)
Author:
sabernhardt
Comment:

Possibly related: #58066

Line 4280 is at the end of the ent2ncr() function.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58157

    • Property Keywords php81 added
  • Ticket #58157 – Description

    initial v1  
    1 I'm using WordPress 6.2 and PHP 8.1. If I go on Media page on admin (/wp-admin/upload.php) I see this kind of error on my PHP log:
     1I'm using WordPress 6.2 and PHP 8.1.
    22
    3 [19-Apr-2023 07:07:44 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in .../wp-includes/formatting.php on line 4280
     3If I go on Media page on admin (`/wp-admin/upload.php`) I see this kind of error on my PHP log:
     4
     5`[19-Apr-2023 07:07:44 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in .../wp-includes/formatting.php on line 4280`
    46
    57Everytime I change page on Media page on admin, I get that PHP Deprecated error.