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

Props hitendra-chopda, torontodigits.
Fixes #44812.

git-svn-id: https://develop.svn.wordpress.org/trunk@43573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-08-19 10:17:50 +00:00
parent 63acd3caaa
commit 8bbae6aeb1
1 changed files with 1 additions and 1 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 );