[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
- Previous message: [wp-cvs] wordpress/wp-admin moderation.php,1.22,1.23
- Next message: [wp-cvs] wordpress/wp-admin admin-functions.php, 1.65,
1.66 options-permalink.php, 1.50, 1.51 options-writing.php,
1.26, 1.27 templates.php, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ----
- Previous message: [wp-cvs] wordpress/wp-admin moderation.php,1.22,1.23
- Next message: [wp-cvs] wordpress/wp-admin admin-functions.php, 1.65,
1.66 options-permalink.php, 1.50, 1.51 options-writing.php,
1.26, 1.27 templates.php, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list