Changeset 31895
- Timestamp:
- 03/26/2015 01:22:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/tags-box.js
r31675 r31895 113 113 114 114 text = a ? $(a).text() : newtag.val(); 115 116 if ( 'undefined' == typeof( text ) ) { 117 return false; 118 } 119 115 120 tagsval = tags.val(); 116 121 newtags = tagsval ? tagsval + comma + text : text;
Note: See TracChangeset
for help on using the changeset viewer.