Make WordPress Core

Ticket #27936: 27936.patch

File 27936.patch, 395 bytes (added by ocean90, 11 years ago)
  • src/wp-includes/js/customize-models.js

     
    113113                                return false;
    114114                        }
    115115
     116                        if (this.get('imageWidth') <= this.get('themeWidth')) {
     117                                return false;
     118                        }
     119
    116120                        return true;
    117121                }
    118122        });