[wp-cvs] wordpress/wp-admin plugin-editor.php,1.2,1.3

Ryan Boren rboren at users.sourceforge.net
Sun Nov 28 05:38:56 UTC 2004


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

Modified Files:
	plugin-editor.php 
Log Message:
Make plugins relative to ABSPATH when updating recently edited.

Index: plugin-editor.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/plugin-editor.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plugin-editor.php	28 Nov 2004 00:33:04 -0000	1.2
--- plugin-editor.php	28 Nov 2004 05:38:54 -0000	1.3
***************
*** 60,64 ****
  	}
  
! 	update_recently_edited($file);
  	
  	if (!is_file($real_file))
--- 60,64 ----
  	}
  
! 	update_recently_edited("wp-content/plugins/$file");
  	
  	if (!is_file($real_file))




More information about the cvs mailing list