Ticket #12469: spacing.patch
File spacing.patch, 510 bytes (added by , 15 years ago) |
---|
-
wp-admin/custom-header.php
179 179 * @since 3.0.0 180 180 */ 181 181 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">'; 183 183 184 184 $headers = array_keys($this->default_headers); 185 185 $table = array();