From 7b645b1bfef9abb0682914a2c01a8e07ded2b7c9 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 18 Apr 2011 21:45:20 +0000 Subject: [PATCH] Remove PHP4 constructor. Props ocean90. see #16768 git-svn-id: http://svn.automattic.com/wordpress/trunk@17654 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-oembed.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 87e59a69b..6de7ee928 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -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. */