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
This commit is contained in:
parent
c69e96422b
commit
788cb75879
|
@ -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
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35294';
|
||||
$wp_version = '4.4-alpha-35295';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue