Changeset 1038 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 03/31/2004 06:17:14 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r1033 r1038 161 161 <p><?php echo $saveasdraft; ?> <input type="submit" name="submit" value="Save" style="font-weight: bold;" tabindex="6" /> 162 162 <?php 163 if ('publish' != $post_status ) {163 if ('publish' != $post_status || 0 == $post_ID) { 164 164 ?> 165 165 <input name="publish" type="submit" id="publish" tabindex="10" value="Publish" />
Note: See TracChangeset
for help on using the changeset viewer.