From 993d5c1c4ba292cfd6a5ece6ff2a53709196e118 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 12 Oct 2015 22:54:24 +0000 Subject: [PATCH] Remove an unnecessary `function_exists()` call which was included in the oEmbed feature plugin for compatibility with WordPress < 4.3. See #32522 Built from https://develop.svn.wordpress.org/trunk@35087 git-svn-id: http://core.svn.wordpress.org/trunk@35052 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/embed-template.php | 6 +----- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/wp-includes/embed-template.php b/wp-includes/embed-template.php index 0fc245276e..c3963e040b 100644 --- a/wp-includes/embed-template.php +++ b/wp-includes/embed-template.php @@ -123,11 +123,7 @@ if ( have_posts() ) :