Make WordPress Core

Changeset 9608


Ignore:
Timestamp:
11/11/2008 12:12:34 PM (16 years ago)
Author:
azaozz
Message:

Move error notice to the top of Custom Fields postbox, props Simek, fixes #8138

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r9574 r9608  
    358358?>
    359359<div id="postcustomstuff">
     360<div id="ajax-response"></div>
    360361<?php
    361362$metadata = has_meta($post->ID);
     
    363364meta_form();
    364365?>
    365 <div id="ajax-response"></div>
    366366</div>
    367367<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.