Make WordPress Core


Ignore:
Timestamp:
09/24/2013 01:30:31 AM (12 years ago)
Author:
nacin
Message:

Ignore unauthorized meta keys in meta_form(). fixes #18786.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r25083 r25591  
    507507}
    508508list_meta( $metadata );
    509 meta_form(); ?>
     509meta_form( $post ); ?>
    510510</div>
    511511<p><?php _e('Custom fields can be used to add extra metadata to a post that you can <a href="http://codex.wordpress.org/Using_Custom_Fields" target="_blank">use in your theme</a>.'); ?></p>
Note: See TracChangeset for help on using the changeset viewer.