Make WordPress Core

Changeset 43573


Ignore:
Timestamp:
08/19/2018 10:17:50 AM (6 years ago)
Author:
SergeyBiryukov
Message:

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

Props hitendra-chopda, torontodigits.
Fixes #44812.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin-header.php

    r42974 r43573  
    234234<div id="wpbody" role="main">
    235235<?php
    236 unset( $title_class, $blog_name, $total_update_count, $update_title );
     236unset( $blog_name, $total_update_count, $update_title );
    237237
    238238$current_screen->set_parentage( $parent_file );
Note: See TracChangeset for help on using the changeset viewer.