diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index 7f13f54547..4ea03e94df 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/wp-admin/includes/meta-boxes.php @@ -506,7 +506,7 @@ foreach ( $metadata as $key => $value ) { unset( $metadata[ $key ] ); } list_meta( $metadata ); -meta_form(); ?> +meta_form( $post ); ?>

use in your theme.'); ?>

get_col( " SELECT meta_key @@ -535,7 +538,7 @@ function meta_form() { ID, $key ) ) continue; echo "\n"; }