N°4714 Rename \utils::GetItopVersionWikiSyntax to GetCoreVersionWikiSyntax

Will avoid confusion between core or product version !
This commit is contained in:
Pierre Goiffon
2022-02-01 15:40:43 +01:00
parent 17612f88d3
commit b4fc647845
3 changed files with 5 additions and 5 deletions

View File

@@ -2246,11 +2246,11 @@ class utils
}
/**
* @return string eg : '2_7_0' iTop core version is '2.7.1-dev'
* @return string eg : '2_7_0' if iTop core version is '2.7.5-2'
* @throws \ApplicationException if constant value is invalid
* @uses ITOP_CORE_VERSION
*/
public static function GetItopVersionWikiSyntax()
public static function GetCoreVersionWikiSyntax()
{
$aExplodedVersion = explode('.', ITOP_CORE_VERSION);