Make WordPress Core


Ignore:
Timestamp:
12/12/2004 08:41:19 PM (22 years ago)
Author:
saxmatt
Message:

Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/sidebar.php

    r1429 r1940  
    3131<head>
    3232<title>WordPress &#8250; Sidebar</title>
    33 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset ?>" />
     33<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('blog_charset'); ?>" />
    3434<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    3535<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
Note: See TracChangeset for help on using the changeset viewer.