Expose menu_order.

git-svn-id: https://develop.svn.wordpress.org/trunk@2031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-01-02 00:09:05 +00:00
parent 0717e39156
commit 824519adfa
2 changed files with 7 additions and 0 deletions

View File

@@ -112,6 +112,10 @@ edCanvas = document.getElementById('content');
</td>
</tr>
<?php endif; ?>
<tr>
<th scope="row" width="25%"><?php _e('Page Order') ?>:</th>
<td><input name="menu_order" type="text" size="4" id="menu_order" value="<?php echo $menu_order ?>" /></td>
</tr>
<tr>
<th scope="row"><?php _e('Delete'); ?>:</th>
<td><?php if ('edit' == $action) : ?>