[wp-cvs] wordpress/wp-admin edit-form.php,1.30,1.31

Matthew Mullenweg saxmatt at users.sourceforge.net
Tue Sep 14 10:45:32 UTC 2004


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

Modified Files:
	edit-form.php 
Log Message:
ID change.

Index: edit-form.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-form.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** edit-form.php	9 Sep 2004 17:51:33 -0000	1.30
--- edit-form.php	14 Sep 2004 10:45:30 -0000	1.31
***************
*** 16,20 ****
  ?>
  
! <form name="post" action="post.php" method="post" id="post">
  
  <?php
--- 16,20 ----
  ?>
  
! <form name="post" action="post.php" method="post" id="simple">
  
  <?php
***************
*** 30,34 ****
  function focusit() {
  	// focus on first input field
! 	document.post.title.focus();
  }
  window.onload = focusit;
--- 30,34 ----
  function focusit() {
  	// focus on first input field
! 	document.getElementById('title').focus();
  }
  window.onload = focusit;




More information about the cvs mailing list