Changeset 1468 for trunk/wp-admin/admin-header.php
- Timestamp:
- 07/21/2004 01:59:09 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r1441 r1468 52 52 <html xmlns="http://www.w3.org/1999/xhtml"> 53 53 <head> 54 <title> WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?></title>54 <title><?php bloginfo('name') ?> › <?php echo $title; ?> — WordPress</title> 55 55 <link rel="stylesheet" href="wp-admin.css" type="text/css" /> 56 56 <link rel="shortcut icon" href="../wp-images/wp-favicon.png" /> … … 134 134 <body> 135 135 <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> 137 137 </div> 138 138
Note: See TracChangeset
for help on using the changeset viewer.