Index: media.php
===================================================================
--- media.php	(revision 17624)
+++ media.php	(working copy)
@@ -1025,15 +1025,8 @@
 	var $linkifunknown = true;
 
 	/**
-	 * PHP4 constructor
+	 * Constructor
 	 */
-	function WP_Embed() {
-		return $this->__construct();
-	}
-
-	/**
-	 * PHP5 constructor
-	 */
 	function __construct() {
 		// Hack to get the [embed] shortcode to run before wpautop()
 		add_filter( 'the_content', array(&$this, 'run_shortcode'), 8 );
