Nice seperators.

git-svn-id: https://develop.svn.wordpress.org/trunk@446 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-10-13 05:15:47 +00:00
parent 96a0eef4fb
commit d84cda977a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if ($standalone == 0) {
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress > <?php bloginfo('name') ?> > <?php echo $title; ?></title>
<title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title>
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
<?php