boldly go where no man has gone before, see #12853
git-svn-id: https://develop.svn.wordpress.org/trunk@14693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
719af15b71
commit
07bca9ef99
@ -1431,7 +1431,7 @@ jQuery(document).ready(function($){
|
||||
} else {
|
||||
$upload_size_unit = (int) $upload_size_unit;
|
||||
}
|
||||
printf( __( 'Maximum upload file size: %d%s' ), $upload_size_unit, $sizes[$u] );
|
||||
printf( '<h3>' . __( 'Maximum upload file size: %d%s' ) . '</h3>', $upload_size_unit, $sizes[$u] );
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user