Ticket #62799: 62799.1.patch
| File 62799.1.patch, 4.3 KB (added by , 19 months ago) |
|---|
-
src/wp-admin/network/settings.php
405 405 <tr> 406 406 <th scope="row"><?php _e( 'Site upload space' ); ?></th> 407 407 <td> 408 <label><input type="checkbox" id="upload_space_check_disabled" name="upload_space_check_disabled" value="0"<?php checked( (bool) get_site_option( 'upload_space_check_disabled' ), false ); ?> />408 <label><input type="checkbox" id="upload_space_check_disabled" name="upload_space_check_disabled" value="0"<?php checked( (bool) get_site_option( 'upload_space_check_disabled' ), false ); ?> /> 409 409 <?php 410 410 printf( 411 411 /* translators: %s: Number of megabytes to limit uploads to. */ -
src/wp-admin/options-discussion.php
90 90 <ul> 91 91 <li> 92 92 <label for="close_comments_days_old"><?php _e( 'Close comments when post is how many days old' ); ?></label> 93 <input name="close_comments_days_old" type="number" step="1" min="0" id="close_comments_days_old" value="<?php echo esc_attr( get_option( 'close_comments_days_old' ) ); ?>" class="small-text" />93 <input name="close_comments_days_old" type="number" step="1" min="0" id="close_comments_days_old" value="<?php echo esc_attr( get_option( 'close_comments_days_old' ) ); ?>" class="small-text" /> 94 94 </li> 95 95 </ul> 96 96 -
src/wp-admin/options-media.php
70 70 <label for="thumbnail_size_h"><?php _e( 'Height' ); ?></label> 71 71 <input name="thumbnail_size_h" type="number" step="1" min="0" id="thumbnail_size_h" value="<?php form_option( 'thumbnail_size_h' ); ?>" class="small-text" /> 72 72 </fieldset> 73 <input name="thumbnail_crop" type="checkbox" id="thumbnail_crop" value="1" <?php checked( '1', get_option( 'thumbnail_crop' ) ); ?>/>73 <input name="thumbnail_crop" type="checkbox" id="thumbnail_crop" value="1"<?php checked( '1', get_option( 'thumbnail_crop' ) ); ?> /> 74 74 <label for="thumbnail_crop"><?php _e( 'Crop thumbnail to exact dimensions (normally thumbnails are proportional)' ); ?></label> 75 75 </td> 76 76 </tr> -
src/wp-admin/setup-config.php
227 227 <table class="form-table" role="presentation"> 228 228 <tr> 229 229 <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th> 230 <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" placeholder="wordpress"<?php echo $autofocus; ?> />230 <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" placeholder="wordpress"<?php echo $autofocus; ?> /> 231 231 <p id="dbname-desc"><?php _e( 'The name of the database you want to use with WordPress.' ); ?></p></td> 232 232 </tr> 233 233 <tr> -
src/wp-includes/widgets.php
1746 1746 <input id="rss-show-author-<?php echo $esc_number; ?>" name="widget-rss[<?php echo $esc_number; ?>][show_author]" type="checkbox" value="1" <?php checked( $args['show_author'] ); ?> /> 1747 1747 <label for="rss-show-author-<?php echo $esc_number; ?>"><?php _e( 'Display item author if available?' ); ?></label><br /> 1748 1748 <?php endif; if ( $inputs['show_date'] ) : ?> 1749 <input id="rss-show-date-<?php echo $esc_number; ?>" name="widget-rss[<?php echo $esc_number; ?>][show_date]" type="checkbox" value="1" <?php checked( $args['show_date'] ); ?> />1749 <input id="rss-show-date-<?php echo $esc_number; ?>" name="widget-rss[<?php echo $esc_number; ?>][show_date]" type="checkbox" value="1" <?php checked( $args['show_date'] ); ?> /> 1750 1750 <label for="rss-show-date-<?php echo $esc_number; ?>"><?php _e( 'Display item date?' ); ?></label><br /> 1751 1751 <?php endif; ?> 1752 1752 </p>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)