Make WordPress Core

Ticket #40119: 40119.patch

File 40119.patch, 1.0 KB (added by abhishekfdd, 8 years ago)

Patch to fix the issue

  • src/wp-includes/css/media-views.css

     
    23772377                text-align: inherit;
    23782378                min-height: 16px;
    23792379                margin: 0;
    2380                 padding: 8px 2px 0;
     2380                padding: 8px 1px 0;
    23812381        }
    23822382
    23832383        .media-sidebar .setting .value,
  • wp-includes/media-template.php

     
    406406                                        <textarea {{ maybeReadOnly }}>{{ data.description }}</textarea>
    407407                                </label>
    408408                                <label class="setting">
    409                                         <span class="name"><?php _e( 'Uploaded By' ); ?></span>
    410                                         <span class="value">{{ data.authorName }}</span>
     409                                        <span class="name"><?php _e( 'Uploaded By' ); ?></span><span class="value">{{ data.authorName }}</span>
    411410                                </label>
    412411                                <# if ( data.uploadedToTitle ) { #>
    413412                                        <label class="setting">