Changeset 26765
- Timestamp:
- 12/07/2013 01:58:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r26738 r26765 367 367 368 368 // Width check 369 if ( image.width <= 300 ) {369 if ( image.width && image.width <= 300 ) { 370 370 el.addClass( 'small-screenshot' ); 371 371 }
Note: See TracChangeset
for help on using the changeset viewer.