Make WordPress Core


Ignore:
Timestamp:
08/02/2014 02:13:06 PM (10 years ago)
Author:
ocean90
Message:

Media Upload: Improve styling of error messages.

props afercia, michalzuber.
fixes #29047.

File:
1 edited

Legend:

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

    r29215 r29355  
    18571857</div>
    18581858
    1859 <span class="max-upload-size"><?php printf( __( 'Maximum upload file size: %s.' ), esc_html( size_format( $max_upload_size ) ) ); ?></span>
     1859<p class="max-upload-size"><?php printf( __( 'Maximum upload file size: %s.' ), esc_html( size_format( $max_upload_size ) ) ); ?></p>
    18601860<?php
    18611861
Note: See TracChangeset for help on using the changeset viewer.