[wp-cvs] wordpress/wp-admin edit-form-advanced.php,1.43,1.44

Matthew Mullenweg saxmatt at users.sourceforge.net
Sun Dec 12 06:01:48 UTC 2004


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

Modified Files:
	edit-form-advanced.php 
Log Message:
HTML nesting error

Index: edit-form-advanced.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-form-advanced.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** edit-form-advanced.php	1 Dec 2004 16:03:28 -0000	1.43
--- edit-form-advanced.php	12 Dec 2004 06:01:45 -0000	1.44
***************
*** 7,10 ****
--- 7,13 ----
  <div class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div>
  <?php endif; ?>
+ 
+ <form name="post" action="post.php" method="post" id="post">
+ 
  <div class="wrap">
  <?php
***************
*** 41,45 ****
  ?>
  
- <form name="post" action="post.php" method="post" id="post">
  <input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
  <input type="hidden" name="action" value='<?php echo $form_action ?>' />
--- 44,47 ----




More information about the cvs mailing list