git-svn-id: http://svn.automattic.com/wordpress/trunk@2268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dae3ef3050
commit
2321f08139
|
@ -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) {
|
||||
|
|
|
@ -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) : ?>
|
||||
|
|
Loading…
Reference in New Issue