Ticket #9931: 9931.diff
| File 9931.diff, 1.3 KB (added by , 16 years ago) |
|---|
-
wp-admin/custom-header.php
421 421 $this->process_default_headers(); 422 422 ?> 423 423 424 <?php screen_icon(); ?> 424 425 <div class="wrap"> 425 <?php screen_icon(); ?>426 426 <h2><?php _e('Custom Header'); ?></h2> 427 427 428 428 <?php if ( ! empty( $this->updated ) ) { ?> … … 430 430 <p><?php printf( __( 'Header updated. <a href="%s">Visit your site</a> to see how it looks.' ), home_url( '/' ) ); ?></p> 431 431 </div> 432 432 <?php } ?> 433 433 <div class="custom-header-image"> 434 434 <h3><?php _e( 'Header Image' ) ?></h3> 435 435 <table class="form-table"> 436 436 <tbody> … … 475 475 </tr> 476 476 </tbody> 477 477 </table> 478 </div> 478 479 479 480 <form method="post" action="<?php echo esc_attr( add_query_arg( 'step', 1 ) ) ?>"> 481 <div class="default-header-images"> 480 482 <table class="form-table"> 481 483 <tbody> 482 484 <?php if ( ! empty( $this->default_headers ) ) : ?> … … 512 514 <?php endif; ?> 513 515 </tbody> 514 516 </table> 515 517 </div> 516 518 <?php if ( $this->header_text() ) : ?> 519 <div class="custom-header-text"> 517 520 <h3><?php _e( 'Header Text' ) ?></h3> 518 521 <table class="form-table"> 519 522 <tbody> … … 552 555 553 556 </tbody> 554 557 </table> 558 </div> 555 559 <?php endif; 556 560 557 561 wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>