From 5c2f38aaadd96a8753b6944324d68cb5f6591395 Mon Sep 17 00:00:00 2001 From: xjm Date: Sun, 10 May 2020 19:03:15 -0500 Subject: [PATCH] Issue #3101635 by mrinalini9, TylerMarshall, Kristen Pol: Update comments in taxonomy.es6.js to reflect taxonomy and not blocks --- core/modules/taxonomy/taxonomy.es6.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/taxonomy/taxonomy.es6.js b/core/modules/taxonomy/taxonomy.es6.js index 71225d11a26..f788835072f 100644 --- a/core/modules/taxonomy/taxonomy.es6.js +++ b/core/modules/taxonomy/taxonomy.es6.js @@ -5,7 +5,7 @@ (function($, Drupal) { /** - * Move a block in the blocks table from one region to another. + * Reorder taxonomy terms. * * This behavior is dependent on the tableDrag behavior, since it uses the * objects initialized in that behavior to update the row. @@ -19,7 +19,7 @@ attach(context, settings) { const backStep = settings.taxonomy.backStep; const forwardStep = settings.taxonomy.forwardStep; - // Get the blocks tableDrag object. + // Get the taxonomy tableDrag object. const tableDrag = Drupal.tableDrag.taxonomy; const $table = $('#taxonomy'); const rows = $table.find('tr').length;