Changeset 6026 for trunk/wp-admin/options-writing.php
- Timestamp:
- 09/03/2007 11:32:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r5998 r6026 8 8 ?> 9 9 10 <div class="wrap"> 11 <h2><?php _e('Writing Options') ?></h2> 12 <form method="post" action="options.php"> 10 <div class="wrap"> 11 <h2><?php _e('Writing Options') ?></h2> 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /></p> 15 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform"> 16 <tr valign="top"> 17 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th> 18 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " /> 19 <?php _e('lines') ?></td> 20 </tr> 15 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform"> 16 <tr valign="top"> 17 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th> 18 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " /> 19 <?php _e('lines') ?></td> 20 </tr> 21 21 <tr valign="top"> 22 22 <th scope="row"><?php _e('Formatting:') ?></th>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)