mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
boldly go where no man has gone before, see #12853
git-svn-id: http://svn.automattic.com/wordpress/trunk@14693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff66f09ec9
commit
80a8899c0b
@ -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