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:
ryan 2011-04-18 21:45:20 +00:00
parent 2053dcca12
commit 7b645b1bfe
1 changed files with 1 additions and 8 deletions

View File

@ -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.
*/