Changeset 25591 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 09/24/2013 01:30:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r25083 r25591 507 507 } 508 508 list_meta( $metadata ); 509 meta_form( ); ?>509 meta_form( $post ); ?> 510 510 </div> 511 511 <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.