Ticket #39836: 39836#.patch
File 39836#.patch, 916 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/includes/theme-install.php
140 140 */ 141 141 function install_themes_upload() { 142 142 ?> 143 <p class="install-help"><?php _e('If you have a theme in a .zip format, you may install it by uploading it here.'); ?></p>143 <p class="install-help"><?php echo sprintf( __( 'If you have a theme in a .zip format and smaller than %u MB, you may install it by uploading it here.' ), size_format( wp_max_upload_size() ) ); ?></p> 144 144 <form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo self_admin_url('update.php?action=upload-theme'); ?>"> 145 145 <?php wp_nonce_field( 'theme-upload' ); ?> 146 146 <label class="screen-reader-text" for="themezip"><?php _e( 'Theme zip file' ); ?></label>