From 75fcf79fb74ba025d6cc6e561de3e975c880fccc Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Tue, 21 Jan 2025 11:32:19 -0600 Subject: [PATCH] remove duplicated comment --- includes/class-migration.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/includes/class-migration.php b/includes/class-migration.php index 76fd293e3..0497fda4a 100644 --- a/includes/class-migration.php +++ b/includes/class-migration.php @@ -183,18 +183,6 @@ public static function maybe_migrate() { * } */ - /* - * Add new update routines above this comment. ^ - * - * Use 'unreleased' as the version number for new migrations and add tests for the callback directly. - * The release script will automatically replace it with the actual version number. - * Example: - * - * if ( version_compare( $version, 'unreleased', '<' ) ) { - * // Update routine. - * } - */ - /** * Fires when the system has to be migrated. *