mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 23:55:12 +01:00
Lower case post. Props leftjustified. fixes #2908
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cb66ab04dd
commit
89424cdb4b
@ -1765,7 +1765,7 @@ o.action.value = 'view';
|
|||||||
o.submit();
|
o.submit();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<form enctype="multipart/form-data" id="uploadForm" method="POST" action="<?php echo $action ?>">
|
<form enctype="multipart/form-data" id="uploadForm" method="post" action="<?php echo $action ?>">
|
||||||
<label for="upload"><?php _e('File:'); ?></label><input type="file" id="upload" name="import" />
|
<label for="upload"><?php _e('File:'); ?></label><input type="file" id="upload" name="import" />
|
||||||
<input type="hidden" name="action" value="save" />
|
<input type="hidden" name="action" value="save" />
|
||||||
<div id="buttons">
|
<div id="buttons">
|
||||||
|
@ -48,7 +48,7 @@ form {
|
|||||||
</head>
|
</head>
|
||||||
<body id="sidebar">
|
<body id="sidebar">
|
||||||
<h1 id="wphead"><a href="http://wordpress.org/" rel="external">WordPress</a></h1>
|
<h1 id="wphead"><a href="http://wordpress.org/" rel="external">WordPress</a></h1>
|
||||||
<form name="post" action="post.php" method="POST">
|
<form name="post" action="post.php" method="post">
|
||||||
<div><input type="hidden" name="action" value="post" />
|
<div><input type="hidden" name="action" value="post" />
|
||||||
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
||||||
<input type="hidden" name="mode" value="sidebar" />
|
<input type="hidden" name="mode" value="sidebar" />
|
||||||
|
Loading…
Reference in New Issue
Block a user