Administration: Remove $title_class variable, unused since [18683].

Props hitendra-chopda, torontodigits.
Fixes #44812.
Built from https://develop.svn.wordpress.org/trunk@43573


git-svn-id: http://core.svn.wordpress.org/trunk@43402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-08-19 10:18:26 +00:00
parent 41166ed741
commit 8efab48ede
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ do_action( 'in_admin_header' );
<div id="wpbody" role="main">
<?php
unset( $title_class, $blog_name, $total_update_count, $update_title );
unset( $blog_name, $total_update_count, $update_title );
$current_screen->set_parentage( $parent_file );

View File

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