Make WordPress Core

Changeset 2548 for trunk/wp-login.php


Ignore:
Timestamp:
04/19/2005 03:35:48 AM (21 years ago)
Author:
matt
Message:

Be sure about encoding. Fixes http://mosquito.wordpress.org/view.php?id=1222

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r2477 r2548  
    99header('Cache-Control: no-cache, must-revalidate');
    1010header('Pragma: no-cache');
     11header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset'));
    1112
    1213if ( defined('RELOCATE') ) { // Move flag is set
Note: See TracChangeset for help on using the changeset viewer.