Ticket #27936: 27936.patch
File 27936.patch, 395 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/customize-models.js
113 113 return false; 114 114 } 115 115 116 if (this.get('imageWidth') <= this.get('themeWidth')) { 117 return false; 118 } 119 116 120 return true; 117 121 } 118 122 });