Remove PHP4 constructor. Props Jayjdk. see #16768

git-svn-id: http://svn.automattic.com/wordpress/trunk@17631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-04-11 18:57:34 +00:00
parent 64552a67ee
commit 4e09dfc8fb
1 changed files with 1 additions and 8 deletions

View File

@ -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()