Changes between Initial Version and Version 1 of Ticket #52295, comment 1
- Timestamp:
- 02/20/2021 10:22:45 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52295, comment 1
initial v1 1 1 checking the debug log points to an error in 2 2 wp-includes/load.php:1650 3 That is a function to {{{ 3 That is a function to 4 {{{ 4 5 $cache[ $media_type ] = (bool) preg_match( '/(^|\s|,)application\/([\w!#\$&-\^\.\+]+\+)?json(\+oembed)?($|\s|;|,)/i', $media_type ); 5 6 }}}