Make WordPress Core


Ignore:
Timestamp:
02/16/2004 11:23:25 PM (21 years ago)
Author:
saxmatt
Message:

Bug fixes, sidebar.php from Phil Ringnalda.

File:
1 edited

Legend:

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

    r704 r877  
    11<?php
    2 function selected($selected, $current) {
    3     if ($selected == $current) echo ' selected="selected"';
    4 }
    5 
    62$mode = 'sidebar';
    73
     
    3531?><html>
    3632<head>
    37 <title>WordPress > Sidebar</title>
     33<title>WordPress &rsaquo; Sidebar</title>
    3834<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
    3935<link rel="stylesheet" href="wp-admin.css" type="text/css" />
Note: See TracChangeset for help on using the changeset viewer.