Skip to content

Commit fc499d2

Browse files
committed
Remove unused variable
1 parent 0f897fc commit fc499d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/admin/tags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jQuery( function($) {
132132
* @return {void}
133133
*/
134134
$.post(ajaxurl, $('#addtag').serialize(), function(r){
135-
var res, parent, term, indent, i, termCountWrapper, termCount;
135+
var res, parent, term, indent, i, termCountWrapper;
136136

137137
addingTerm = false;
138138
form.find( '.submit .spinner' ).removeClass( 'is-active' );

0 commit comments

Comments
 (0)