Changeset 32024
- Timestamp:
- 04/05/2015 07:27:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-emoji.js
r31948 r32024 128 128 } 129 129 130 return ''.concat( options.base, '/',icon, options.ext );130 return ''.concat( options.base, icon, options.ext ); 131 131 } 132 132 } );
Note: See TracChangeset
for help on using the changeset viewer.