Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56906


Ignore:
Timestamp:
10/25/2022 08:59:49 PM (4 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56906 – Description

    initial v1  
    1 If WP_DEBUG is set to true in wp-config then Media Library Grid mode in wp-admin is not showing any media items (works fine in list mode), if disabling debug all media is shown in grid mode.
     1If `WP_DEBUG` is set to true in wp-config then Media Library Grid mode in wp-admin is not showing any media items (works fine in list mode), if disabling debug all media is shown in grid mode.
    22
    33Note: Some deprecated warnings are shown, don't know if that is part of the problem that no media is shown
    44
     5{{{
    56Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /public_html/wp-includes/functions.php on line 7028
    67
    78Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /public_html/wp-includes/functions.php on line 2168
     9}}}