Tests: Use updated filter names and oembed title for UT sanity.

See [35294], #31078.


git-svn-id: https://develop.svn.wordpress.org/trunk@35295 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland
2015-10-20 17:04:29 +00:00
parent d625bd2428
commit c7a86be42c
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ wp_enqueue_style( 'open-sans' );
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<title><?php wp_title( '-', true, 'right' ); ?></title>
<title><?php echo wp_get_document_title(); ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php
/**