Thanks for the tip.
I enabled debugging and it generated some errors.
I resolved the ones I could, by deleting expired (no longer used) plugins.
The remaining errors all reside inside the /wp-includes/functions.php file, which I have not ever edited, and believe that is considered WordPress ‘core’ – so why is WordPress generating errors for itself?
The tint over the Media Library remains.
These are the errors generated by debugging; I have removed my webhost folder directory so the error is more front-and-center:
Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /wp-includes/functions.php on line 3573
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /wp-includes/functions.php on line 3792
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /wp-includes/functions.php on line 3624
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /wp-includes/functions.php on line 3624
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /wp-includes/functions.php on line 3573
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /wp-includes/functions.php on line 3573
Do you recommend a solution for cleaning up errors in /wp-includes/functions.php ?
Thank you for your time.