From 788cb758792dbdf8b73433b1adb66bdd014ce864 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Tue, 20 Oct 2015 17:05:25 +0000 Subject: [PATCH] Tests: Use updated filter names and oembed title for UT sanity. See [35294], #31078. Built from https://develop.svn.wordpress.org/trunk@35295 git-svn-id: http://core.svn.wordpress.org/trunk@35261 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/embed-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/embed-template.php b/wp-includes/embed-template.php index d7bda9fed4..b60ba56875 100644 --- a/wp-includes/embed-template.php +++ b/wp-includes/embed-template.php @@ -20,7 +20,7 @@ wp_enqueue_style( 'open-sans' ); > - <?php wp_title( '-', true, 'right' ); ?> + <?php echo wp_get_document_title(); ?>