From 6e95d9a803f780ec88ed71af0cf329bd57a8a4d5 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 27 Aug 2008 21:35:54 +0000 Subject: [PATCH] Use wp_dropdown_pages() insead of parent_dropdown() git-svn-id: http://svn.automattic.com/wordpress/trunk@8757 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-page-form.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index f327e224a4..9905b4c397 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -195,10 +195,7 @@ add_meta_box('pageslugdiv', __('Page Slug'), 'page_slug_meta_box', 'page', 'norm function page_parent_meta_box($post){ ?> - + $post->post_parent, 'name' => 'parent_id', 'show_option_none' => __('Main Page (no parent)'))); ?>