[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


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;
+ }
+ 
  ?>




More information about the cvs mailing list