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:
parent
63acd3caaa
commit
8bbae6aeb1
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue