diff --git a/wp-includes/media.php b/wp-includes/media.php index fd1c19f2fa..856f46bd4e 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -1025,14 +1025,7 @@ class WP_Embed { var $linkifunknown = true; /** - * PHP4 constructor - */ - function WP_Embed() { - return $this->__construct(); - } - - /** - * PHP5 constructor + * Constructor */ function __construct() { // Hack to get the [embed] shortcode to run before wpautop()