Ticket #27651: 27651.diff
File 27651.diff, 4.4 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/colors.css
825 825 .plugins .active.update th, 826 826 tr.active.update + tr.plugin-update-tr .plugin-update, 827 827 #activity-widget #the-comment-list .unapproved { 828 background-color: #fef af7;828 background-color: #fef7f1; 829 829 } 830 830 831 831 .plugins tr.active.plugin-update-tr + tr.inactive th, … … 884 884 885 885 #the-comment-list .unapproved th, 886 886 #the-comment-list .unapproved td { 887 background-color: #fef af7;887 background-color: #fef7f1; 888 888 } 889 889 890 890 #the-comment-list .unapproved th.check-column { -
src/wp-admin/includes/file.php
519 519 } 520 520 521 521 /** 522 * Calculates and compares the MD5 of a file to it 's expected value.522 * Calculates and compares the MD5 of a file to its expected value. 523 523 * 524 524 * @since 3.7.0 525 525 * -
src/wp-admin/includes/image-edit.php
41 41 <div class="imgedit-group-top"> 42 42 <h3><?php _e( 'Scale Image' ); ?> <a href="#" class="dashicons dashicons-editor-help imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;"></a></h3> 43 43 <div class="imgedit-help"> 44 <p><?php _e('You can proportionally scale the original image. For best results the scaling should be done before performing any other operations on it like crop, rotate, etc. Note that images can only be scaled down, not up.'); ?></p>44 <p><?php _e('You can proportionally scale the original image. For best results, scaling should be done before you crop, flip, or rotate. Images can only be scaled down, not up.'); ?></p> 45 45 </div> 46 46 <?php if ( isset( $meta['width'], $meta['height'] ) ): ?> 47 47 <p><?php printf( __('Original dimensions %s'), $meta['width'] . ' × ' . $meta['height'] ); ?></p> … … 80 80 <h3><?php _e('Image Crop'); ?> <a href="#" class="dashicons dashicons-editor-help imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;"></a></h3> 81 81 82 82 <div class="imgedit-help"> 83 <p><?php _e('T he image can be cropped by clicking on it and dragging to select the desired part. While dragging the dimensions of the selection are displayed below.'); ?></p>83 <p><?php _e('To crop the image, click on it and drag to make your selection.'); ?></p> 84 84 85 85 <p><strong><?php _e('Crop Aspect Ratio'); ?></strong><br /> 86 <?php _e(' You can specify the crop selection aspect ratio then hold down the Shift key while dragging to lock it. The values can be 1:1 (square), 4:3, 16:9, etc. If there is a selection, specifying aspect ratio will set it immediately.'); ?></p>86 <?php _e('The aspect ratio is the relationship between the width and height. You can preserve the aspect ratio by holding down the shift key while resizing your selection. Use the input box to specify the aspect ratio, e.g. 1:1 (square), 4:3, 16:9, etc.'); ?></p> 87 87 88 88 <p><strong><?php _e('Crop Selection'); ?></strong><br /> 89 <?php _e('Once started, the selection can be adjusted by entering new values (in pixels). Note that these values are scaled to approximately match the original image dimensions. The minimum selection size equals the thumbnail size as set in the Media settings.'); ?></p>89 <?php _e('Once you have made your selection, you can adjust it by entering the size in pixels. The minimum selection size is the thumbnail size as set in the Media settings.'); ?></p> 90 90 </div> 91 91 </div> 92 92 … … 116 116 <div class="imgedit-group imgedit-applyto"> 117 117 <div class="imgedit-group-top"> 118 118 <h3><?php _e('Thumbnail Settings'); ?> <a href="#" class="dashicons dashicons-editor-help imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;"></a></h3> 119 <p class="imgedit-help"><?php _e(' The thumbnail image can be cropped differently. For example it can be square or contain only a portion of the original image to showcase it better. Here you can select whether to apply changes to all image sizes or make the thumbnail different.'); ?></p>119 <p class="imgedit-help"><?php _e('You can edit the image while preserving the thumbnail. For example, you may wish to have a square thumbnail that displays just a section of the image.'); ?></p> 120 120 </div> 121 121 122 122 <p>