Ticket #33417: 33417.diff
File 33417.diff, 580 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/customize-controls.js
2107 2107 }, 2108 2108 2109 2109 /** 2110 * Prevent users from being able to skip cropping. Site Icons must always be cropped. 2111 * 2112 * @since 4.3.1 2113 */ 2114 mustBeCropped: function() { 2115 return true; 2116 }, 2117 2118 /** 2110 2119 * After an image is selected in the media modal, switch to the cropper 2111 2120 * state if the image isn't the right size. 2112 2121 */