[wp-cvs] wordpress/wp-admin menu.php,1.37,1.38

Ryan Boren rboren at users.sourceforge.net
Mon Jan 10 04:03:54 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5457

Modified Files:
	menu.php 
Log Message:
Grammar fix.  Bug 652.

Index: menu.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/menu.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** menu.php	24 Dec 2004 20:55:36 -0000	1.37
--- menu.php	10 Jan 2005 04:03:51 -0000	1.38
***************
*** 52,56 ****
  
  if (! user_can_access_admin_page()) {
! 	die( __('You have do not have sufficient permissions to access this page.') );
  }
  
--- 52,56 ----
  
  if (! user_can_access_admin_page()) {
! 	die( __('You do not have sufficient permissions to access this page.') );
  }
  



More information about the cvs mailing list