From b322a83f77ceb1775c829ea14ec2ac8016c1796a Mon Sep 17 00:00:00 2001 From: nod_ <nod_@598310.no-reply.drupal.org> Date: Fri, 6 Sep 2024 23:48:02 +0200 Subject: [PATCH] Issue #3283558 by andregp, mrinalini9, Rassoni, meeni_dhobale, sahil.goyal, pasqualle: locale_translation_build_projects() function comment is outdated --- core/modules/locale/locale.compare.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/locale/locale.compare.inc b/core/modules/locale/locale.compare.inc index f36eb0beac72..02f1fd87d6c9 100644 --- a/core/modules/locale/locale.compare.inc +++ b/core/modules/locale/locale.compare.inc @@ -38,8 +38,6 @@ function locale_translation_flush_projects() { * - "project_type": Project type, e.g. 'module', 'theme'. * - "core": Core release version, e.g. 8.x * - "version": Project release version, e.g. 8.x-1.0 - * See http://drupalcode.org/project/drupalorg.git/blob/refs/heads/7.x-3.x:/drupalorg_project/plugins/release_packager/DrupalorgProjectPackageRelease.class.php#l219 - * for how the version strings are created. * - "server_pattern": Translation server po file pattern. * - "status": Project status, 1 = enabled. */ -- GitLab