Some css cleanup and fixes after the merge, see #7552

git-svn-id: https://develop.svn.wordpress.org/trunk@8697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-08-21 02:25:14 +00:00
parent 78a2c0f781
commit 349d288c48
10 changed files with 17 additions and 48 deletions

View File

@@ -257,16 +257,12 @@ function link_advanced_meta_box($link) {
}
add_meta_box('linkadvanceddiv', __('Advanced'), 'link_advanced_meta_box', 'link', 'normal', 'core');
?>
echo $form;
echo $link_added;
<?php echo $form ?>
<div id="wpbody-content">
<?php echo $link_added; ?>
<?php wp_nonce_field($nonce_action); ?>
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
<?php wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?>
wp_nonce_field($nonce_action);
wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false );
wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?>
<div class="wrap">
<h2><?php echo $heading; ?></h2>
@@ -361,8 +357,4 @@ if ( $link_id ) : ?>
</div>
</div>
<br class="clear" />
</div>
</form>