Make WordPress Core

Changeset 880 for trunk/wp-register.php


Ignore:
Timestamp:
02/17/2004 02:29:20 AM (22 years ago)
Author:
michelvaldrighi
Message:

now using instead of iso-8859-1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-register.php

    r856 r880  
    114114<head>
    115115        <title>WordPress &raquo; Registration Complete</title>
    116         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />     
     116        <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" />   
    117117        <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
    118118</head>
     
    142142<head>
    143143        <title>WordPress &raquo; Registration Currently Disabled</title>
    144         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     144        <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>">
    145145        <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css">
    146146</head>
     
    168168<head>
    169169        <title>WordPress &raquo; Registration Form</title>
    170         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     170        <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" />
    171171        <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
    172172</head>
Note: See TracChangeset for help on using the changeset viewer.