Make WordPress Core


Ignore:
Timestamp:
01/26/2014 08:27:21 PM (11 years ago)
Author:
azaozz
Message:

Remove table cellspacing attribute from the admin, part-props MattyRob, fixes #22086.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r27029 r27036  
    21402140<?php wp_nonce_field('media-form'); ?>
    21412141<?php //media_upload_form( $errors ); ?>
    2142 <table class="widefat" cellspacing="0">
     2142<table class="widefat">
    21432143<thead><tr>
    21442144<th><?php _e('Media'); ?></th>
Note: See TracChangeset for help on using the changeset viewer.