diff --git a/core/modules/system/system.install b/core/modules/system/system.install index eabda81..bf62127 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1728,13 +1728,6 @@ function system_update_8201() { } /** - * The simple presence of this update function clears cached entity definitions. - */ -function system_update_8202() { - // Many core entity-types now have a UUID link template and route. -} - -/** * @} End of "addtogroup updates-8.2.0". */ @@ -1751,5 +1744,12 @@ function system_update_8202() { } /** + * The simple presence of this update function clears cached entity definitions. + */ +function system_update_8203() { + // Many core entity-types now have a UUID link template and route. +} + +/** * @} End of "addtogroup updates-8.2.3". */