git-svn-id: http://svn.automattic.com/wordpress/trunk@2268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-11 03:32:24 +00:00
parent dae3ef3050
commit 2321f08139
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ $messages[3] = __('Custom field deleted.');
<form name="post" action="post.php" method="post" id="post">
<div class="wrap">
<h2><?php _e('Write Post'); ?></h2>
<?php
if (0 == $post_ID) {

View File

@ -1,6 +1,6 @@
<div class="wrap">
<h2><?php _e('Write Post'); ?></h2>
<form name="post" action="post.php" method="post" id="simple">
<?php if (isset($mode) && 'bookmarklet' == $mode) : ?>