Ticket #8138: custom.fields.error.notice.patch
| File custom.fields.error.notice.patch, 634 bytes (added by , 17 years ago) |
|---|
-
edit-form-advanced.php
357 357 function post_custom_meta_box($post) { 358 358 ?> 359 359 <div id="postcustomstuff"> 360 <div id="ajax-response"></div> 360 361 <?php 361 362 $metadata = has_meta($post->ID); 362 363 list_meta($metadata); 363 364 meta_form(); 364 365 ?> 365 <div id="ajax-response"></div>366 366 </div> 367 367 <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> 368 368 <?php