From 4bf74e960de16b576a4fb12259fca8b1e00e302c Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 18 Apr 2011 21:45:20 +0000 Subject: [PATCH] Remove PHP4 constructor. Props ocean90. see #16768 git-svn-id: https://develop.svn.wordpress.org/trunk@17654 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 87e59a69b0..6de7ee928b 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. */