[wp-cvs] wordpress/wp-admin bookmarklet.php,1.14,1.15
Donncha O Caoimh
donncha at users.sourceforge.net
Tue Oct 19 16:01:16 UTC 2004
- Previous message: [wp-cvs] wordpress/wp-admin admin.php, NONE, 1.1 menu-header.php,
NONE, 1.1 admin-functions.php, 1.51, 1.52 admin-header.php,
1.33, 1.34 categories.php, 1.41, 1.42 edit-comments.php, 1.38,
1.39 edit-pages.php, 1.5, 1.6 edit.php, 1.35,
1.36 link-add.php, 1.18, 1.19 link-categories.php, 1.16,
1.17 link-import.php, 1.16, 1.17 link-manager.php, 1.39,
1.40 menu.php, 1.29, 1.30 moderation.php, 1.19,
1.20 options-discussion.php, 1.23, 1.24 options-general.php,
1.30, 1.31 options-head.php, 1.13, 1.14 options-misc.php, 1.15,
1.16 options-permalink.php, 1.47, 1.48 options-reading.php,
1.18, 1.19 options-writing.php, 1.25, 1.26 options.php, 1.34,
1.35 plugins.php, 1.16, 1.17 post.php, 1.103,
1.104 profile.php, 1.31, 1.32 templates.php, 1.26,
1.27 theme-editor.php, 1.3, 1.4 themes.php, 1.5,
1.6 user-edit.php, 1.3, 1.4 users.php, 1.38, 1.39
- Next message: [wp-cvs] wordpress/wp-includes functions.php,1.197,1.198
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13198/wp-admin
Modified Files:
bookmarklet.php
Log Message:
change for admin.php
Index: bookmarklet.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/bookmarklet.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** bookmarklet.php 5 Oct 2004 06:59:12 -0000 1.14
--- bookmarklet.php 19 Oct 2004 16:01:13 -0000 1.15
***************
*** 1,7 ****
<?php
$mode = 'bookmarklet';
!
! $standalone = 1;
! require_once('admin-header.php');
if ($user_level == 0)
--- 1,5 ----
<?php
$mode = 'bookmarklet';
! require_once('admin.php');
if ($user_level == 0)
- Previous message: [wp-cvs] wordpress/wp-admin admin.php, NONE, 1.1 menu-header.php,
NONE, 1.1 admin-functions.php, 1.51, 1.52 admin-header.php,
1.33, 1.34 categories.php, 1.41, 1.42 edit-comments.php, 1.38,
1.39 edit-pages.php, 1.5, 1.6 edit.php, 1.35,
1.36 link-add.php, 1.18, 1.19 link-categories.php, 1.16,
1.17 link-import.php, 1.16, 1.17 link-manager.php, 1.39,
1.40 menu.php, 1.29, 1.30 moderation.php, 1.19,
1.20 options-discussion.php, 1.23, 1.24 options-general.php,
1.30, 1.31 options-head.php, 1.13, 1.14 options-misc.php, 1.15,
1.16 options-permalink.php, 1.47, 1.48 options-reading.php,
1.18, 1.19 options-writing.php, 1.25, 1.26 options.php, 1.34,
1.35 plugins.php, 1.16, 1.17 post.php, 1.103,
1.104 profile.php, 1.31, 1.32 templates.php, 1.26,
1.27 theme-editor.php, 1.3, 1.4 themes.php, 1.5,
1.6 user-edit.php, 1.3, 1.4 users.php, 1.38, 1.39
- Next message: [wp-cvs] wordpress/wp-includes functions.php,1.197,1.198
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list