Changeset 6980 for trunk/wp-admin/options-writing.php
- Timestamp:
- 02/22/2008 05:30:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r6978 r6980 77 77 <input name="medium_size_w" type="text" id="medium_size_w" value="<?php form_option('medium_size_w'); ?>" size="6" /> 78 78 <label for="medium_size_h"><?php _e('Height'); ?></label> 79 <input name="medium_size_h" type="text" id=" thumbnail_size_h" value="<?php form_option('medium_size_h'); ?>" size="6" />79 <input name="medium_size_h" type="text" id="medium_size_h" value="<?php form_option('medium_size_h'); ?>" size="6" /> 80 80 </td> 81 81 </tr> … … 129 129 <?php else : ?> 130 130 131 <p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog\'s <a href="%s">privacy settings</a>.'), 'options-privacy.php'); ?> 131 <p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog\'s <a href="%s">privacy settings</a>.'), 'options-privacy.php'); ?></p> 132 132 133 133 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.