Tests: Use most specific function for document titles.

Adds tests specific to `_wp_render_title_tag()`.

See #31078.


Built from https://develop.svn.wordpress.org/trunk@35334


git-svn-id: http://core.svn.wordpress.org/trunk@35300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-10-21 16:55:25 +00:00
parent 9088df3fee
commit d7bb9d8254
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35333';
$wp_version = '4.4-alpha-35334';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.