[wp-cvs]
wordpress/wp-admin profile.php, 1.26, 1.27 users.php, 1.30, 1.31
Matthew Mullenweg
saxmatt at users.sourceforge.net
Wed Jul 21 07:23:47 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1426/wp-admin
Modified Files:
profile.php users.php
Log Message:
Moved profile under users
Index: profile.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/profile.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** profile.php 18 Jun 2004 00:22:08 -0000 1.26
--- profile.php 21 Jul 2004 07:23:44 -0000 1.27
***************
*** 219,223 ****
default:
!
include_once('admin-header.php');
$profiledata=get_userdata($user_ID);
--- 219,223 ----
default:
! $parent_file = 'users.php';
include_once('admin-header.php');
$profiledata=get_userdata($user_ID);
***************
*** 228,231 ****
--- 228,235 ----
?>
+ <ul id="adminmenu2">
+ <li><a href="users.php"><?php _e('Authors & Users') ?></a></li>
+ <li><a class="current"><?php _e('Your Profile') ?></a></li>
+ </ul>
<?php if (isset($updated)) { ?>
<div class="updated">
Index: users.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/users.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** users.php 18 Jun 2004 00:22:09 -0000 1.30
--- users.php 21 Jul 2004 07:23:45 -0000 1.31
***************
*** 178,181 ****
--- 178,186 ----
include ('admin-header.php');
?>
+ <ul id="adminmenu2">
+ <li><a class="current"><?php _e('Authors & Users') ?></a></li>
+ <li><a href="profile.php"><?php _e('Your Profile') ?></a></li>
+ </ul>
+
<?php if (isset($_GET['deleted'])) : ?>
<div class="updated"><p><?php _e('User deleted.') ?></p></div>
More information about the cvs
mailing list