mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
Custom field AJAX fix from mdawaffe. fixes #2970
git-svn-id: http://svn.automattic.com/wordpress/trunk@4029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff745a3d00
commit
fbfe98308d
@ -32,7 +32,7 @@ if (isset($mode) && 'bookmarklet' == $mode) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
||||||
<input type="hidden" name="action" value='<?php echo $form_action ?>' />
|
<input type="hidden" id="hiddenaction" name="action" value='<?php echo $form_action ?>' />
|
||||||
<?php echo $form_extra ?>
|
<?php echo $form_extra ?>
|
||||||
<input type="hidden" name="post_type" value="page" />
|
<input type="hidden" name="post_type" value="page" />
|
||||||
|
|
||||||
@ -177,6 +177,7 @@ list_meta($metadata);
|
|||||||
meta_form();
|
meta_form();
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="ajax-response"></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<?php do_action('dbx_page_advanced'); ?>
|
<?php do_action('dbx_page_advanced'); ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user