Remove PHP4 constructor. Props ocean90. see #16768
git-svn-id: http://svn.automattic.com/wordpress/trunk@17654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2053dcca12
commit
7b645b1bfe
|
@ -21,14 +21,7 @@ class WP_oEmbed {
|
|||
var $providers = array();
|
||||
|
||||
/**
|
||||
* PHP4 constructor
|
||||
*/
|
||||
function WP_oEmbed() {
|
||||
return $this->__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* PHP5 constructor
|
||||
* Constructor
|
||||
*
|
||||
* @uses apply_filters() Filters a list of pre-defined oEmbed providers.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue