Audio Player running on WordPress 4.0-RC3
-
On my test site, because of other issues, I am running in WP_DEBUG mode. It turned up the following issues:
Deprecated: Assigning the return value of new by reference is deprecated in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 903
Line 903:
$AudioPlayer = &new AudioPlayer();
Notice: Undefined index: HTTPS in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 127
Notice: Undefined index: SERVER_PORT_SECURE in H:\xampp\htdocs\wordpress\wp-content\plugins\audio-player\audio-player.php on line 127`
Line 127:
if ($_SERVER["HTTPS"] == "on" || $_SERVER["SERVER_PORT_SECURE"] == "1") {
The audio player is working as it does on my active site running on WP 3.9.2.
Can the code be changed to remove the deprecated and undefined index issues?
The release of WP 4.0 is imminent.
- The topic ‘Audio Player running on WordPress 4.0-RC3’ is closed to new replies.