git-svn-id: https://develop.svn.wordpress.org/trunk@2268 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-11 03:32:24 +00:00
parent a03193c753
commit f08d90e62e
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) : ?>