Make WordPress Core

Ticket #12469: spacing.patch

File spacing.patch, 510 bytes (added by williamsba1, 15 years ago)
  • wp-admin/custom-header.php

     
    179179         * @since 3.0.0
    180180         */
    181181        function show_default_header_selector() {
    182                 echo '<table id="available-headers" cellspacing="0" cellpadding="0">';
     182                echo '<table id="available-headers" cellspacing="5" cellpadding="0">';
    183183
    184184                $headers = array_keys($this->default_headers);
    185185                $table = array();