Make WordPress Core


Ignore:
Timestamp:
07/21/2004 01:59:09 AM (22 years ago)
Author:
saxmatt
Message:

Some admin look changes.

File:
1 edited

Legend:

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

    r1441 r1468  
    5252<html xmlns="http://www.w3.org/1999/xhtml">
    5353<head>
    54 <title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title>
     54<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
    5555<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    5656<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
     
    134134<body>
    135135<div id="wphead">
    136 <h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1>
     136<h1><?php bloginfo('name') ?></h1>
    137137</div>
    138138
Note: See TracChangeset for help on using the changeset viewer.