Changeset 877
- Timestamp:
- 02/16/2004 11:23:25 PM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install-config.php
r866 r877 120 120 // We'll fail here if the values are no good. 121 121 require_once('../wp-includes/wp-db.php'); 122 $handle = fopen('../wp-config.php', 'w'); 122 123 123 124 foreach ($configFile as $line_num => $line) { -
trunk/wp-admin/sidebar.php
r704 r877 1 1 <?php 2 function selected($selected, $current) {3 if ($selected == $current) echo ' selected="selected"';4 }5 6 2 $mode = 'sidebar'; 7 3 … … 35 31 ?><html> 36 32 <head> 37 <title>WordPress >Sidebar</title>33 <title>WordPress › Sidebar</title> 38 34 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 39 35 <link rel="stylesheet" href="wp-admin.css" type="text/css" />
Note: See TracChangeset
for help on using the changeset viewer.