Add quick_edit_dropdown_pages_args filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@10071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ae7bb0d440
commit
d2394de2d7
|
@ -1050,6 +1050,7 @@ function inline_edit_row( $type ) {
|
|||
$dropdown_args = array('selected' => $post->post_parent, 'name' => 'post_parent', 'show_option_none' => __('Main Page (no parent)'), 'option_none_value' => 0);
|
||||
if ( $bulk )
|
||||
$dropdown_args['show_option_no_change'] = __('- No Change -');
|
||||
$dropdown_args = apply_filters('quick_edit_dropdown_pages_args', $dropdown_args);
|
||||
wp_dropdown_pages($dropdown_args);
|
||||
?>
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue