[wp-cvs] wordpress/wp-includes functions.php,1.196,1.197
Ryan Boren
rboren at users.sourceforge.net
Tue Oct 19 03:03:08 UTC 2004
- Previous message: [wp-cvs] wordpress/wp-includes wp-l10n.php, 1.7, 1.8 gettext.php,
1.2, 1.3
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26500/wp-includes
Modified Files:
functions.php
Log Message:
Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support.
Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.196
retrieving revision 1.197
diff -C2 -d -r1.196 -r1.197
*** functions.php 18 Oct 2004 12:09:20 -0000 1.196
--- functions.php 19 Oct 2004 03:03:06 -0000 1.197
***************
*** 2236,2238 ****
--- 2236,2248 ----
}
+ function is_plugin_page() {
+ global $plugin_page;
+
+ if (isset($plugin_page)) {
+ return true;
+ }
+
+ return false;
+ }
+
?>
- Previous message: [wp-cvs] wordpress/wp-includes wp-l10n.php, 1.7, 1.8 gettext.php,
1.2, 1.3
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list