Changeset 8857 for trunk/wp-admin/edit.php
- Timestamp:
- 09/10/2008 10:47:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r8839 r8857 51 51 $parent_file = 'edit.php'; 52 52 wp_enqueue_script('admin-forms'); 53 wp_enqueue_script('inline-edit'); 54 53 55 54 56 list($post_stati, $avail_post_stati) = wp_edit_posts_query(); … … 170 172 <select name="action"> 171 173 <option value="" selected><?php _e('Actions'); ?></option> 174 <option value="edit"><?php _e('Edit'); ?></option> 172 175 <option value="delete"><?php _e('Delete'); ?></option> 173 <option value="edit"><?php _e('Edit'); ?></option>174 176 </select> 175 177 <input type="submit" value="<?php _e('Apply'); ?>" name="doaction" class="button-secondary action" />
Note: See TracChangeset
for help on using the changeset viewer.