Remove PHP4 constructor. Props ocean90. see #16768

git-svn-id: https://develop.svn.wordpress.org/trunk@17654 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-04-18 21:45:20 +00:00
parent 1ec0ffd7c2
commit 4bf74e960d
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.
*/