Changeset 41396
- Timestamp:
- 09/19/2017 08:28:55 AM (7 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/js/wp-emoji-loader.js
r40850 r41396 55 55 flag2 = canvas.toDataURL(); 56 56 57 if ( flag !== flag2 ) {57 if ( flag === flag2 ) { 58 58 return false; 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.