Make WordPress Core

Ticket #41921: 41921.patch

File 41921.patch, 358 bytes (added by adnan.limdi, 8 years ago)

Hello Lalitpendhare, i think, you have created wrong patch file. so here i have update new patch file.

  • admin-header.php

     
    6464
    6565_wp_admin_html_begin();
    6666?>
    67 <title><?php echo $admin_title; ?></title>
     67<title><?php echo esc_html($admin_title); ?></title>
    6868<?php
    6969
    7070wp_enqueue_style( 'colors' );