Remove PHP4 constructor. Props Jayjdk. see #16768
git-svn-id: https://develop.svn.wordpress.org/trunk@17631 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2d5559bb8f
commit
e70b2d4412
@ -1025,14 +1025,7 @@ class WP_Embed {
|
|||||||
var $linkifunknown = true;
|
var $linkifunknown = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* PHP4 constructor
|
* Constructor
|
||||||
*/
|
|
||||||
function WP_Embed() {
|
|
||||||
return $this->__construct();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* PHP5 constructor
|
|
||||||
*/
|
*/
|
||||||
function __construct() {
|
function __construct() {
|
||||||
// Hack to get the [embed] shortcode to run before wpautop()
|
// Hack to get the [embed] shortcode to run before wpautop()
|
||||||
|
Loading…
Reference in New Issue
Block a user