[wp-cvs] wordpress/wp-admin admin-header.php, 1.36, 1.37 menu.php,
1.33, 1.34
Ryan Boren
rboren at users.sourceforge.net
Thu Nov 25 15:45:18 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25039
Modified Files:
admin-header.php menu.php
Log Message:
Admin tweaks from MooKitty.
Index: menu.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/menu.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** menu.php 25 Nov 2004 04:11:57 -0000 1.33
--- menu.php 25 Nov 2004 15:45:16 -0000 1.34
***************
*** 14,18 ****
$menu[40] = array(__('Presentation'), 8, 'themes.php');
$menu[45] = array(__('Upload'), get_settings('fileupload_minlevel'), 'upload.php');
- ksort($menu); // So other files can plugin
$submenu['post.php'][5] = array(__('Write Post'), 1, 'post.php');
--- 14,17 ----
***************
*** 49,52 ****
--- 48,52 ----
do_action('admin_menu', '');
+ ksort($menu); // make it all pretty
if (! user_can_access_admin_page()) {
Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** admin-header.php 15 Nov 2004 20:52:34 -0000 1.36
--- admin-header.php 25 Nov 2004 15:45:16 -0000 1.37
***************
*** 5,9 ****
<head>
<title><?php bloginfo('name') ?> › <?php echo $title; ?> — WordPress</title>
! <link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
--- 5,9 ----
<head>
<title><?php bloginfo('name') ?> › <?php echo $title; ?> — WordPress</title>
! <link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
***************
*** 76,78 ****
require(ABSPATH . '/wp-admin/options-head.php');
}
! ?>
\ No newline at end of file
--- 76,78 ----
require(ABSPATH . '/wp-admin/options-head.php');
}
! ?>
More information about the cvs
mailing list