Changeset 10129 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 12/08/2008 07:29:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r10094 r10129 271 271 <h5><?php _e('Parent') ?></h5> 272 272 <label class="hidden" for="parent_id"><?php _e('Page Parent') ?></label> 273 <?php wp_dropdown_pages(array(' selected' => $post->post_parent, 'name' => 'parent_id', 'show_option_none' => __('Main Page (no parent)'))); ?>273 <?php wp_dropdown_pages(array('exclude_tree' => $post->ID, 'selected' => $post->post_parent, 'name' => 'parent_id', 'show_option_none' => __('Main Page (no parent)'))); ?> 274 274 <p><?php _e('You can arrange your pages in hierarchies, for example you could have an “About” page that has “Life Story” and “My Dog” pages under it. There are no limits to how deeply nested you can make pages.'); ?></p> 275 275 <?php
Note: See TracChangeset
for help on using the changeset viewer.