From dfbc357905b61fcc2cefddc46042d5c78b4c76ed Mon Sep 17 00:00:00 2001 From: Hermes Date: Wed, 10 Jun 2026 00:43:17 -0700 Subject: [PATCH] refactor: rename theme 2017_baby -> sami-modern (Sami Modern) --- wp-content/themes/{2017_baby => sami-modern}/front-page.php | 0 wp-content/themes/{2017_baby => sami-modern}/functions.php | 0 wp-content/themes/{2017_baby => sami-modern}/header.php | 0 wp-content/themes/{2017_baby => sami-modern}/style.css | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename wp-content/themes/{2017_baby => sami-modern}/front-page.php (100%) rename wp-content/themes/{2017_baby => sami-modern}/functions.php (100%) rename wp-content/themes/{2017_baby => sami-modern}/header.php (100%) rename wp-content/themes/{2017_baby => sami-modern}/style.css (100%) diff --git a/wp-content/themes/2017_baby/front-page.php b/wp-content/themes/sami-modern/front-page.php similarity index 100% rename from wp-content/themes/2017_baby/front-page.php rename to wp-content/themes/sami-modern/front-page.php diff --git a/wp-content/themes/2017_baby/functions.php b/wp-content/themes/sami-modern/functions.php similarity index 100% rename from wp-content/themes/2017_baby/functions.php rename to wp-content/themes/sami-modern/functions.php diff --git a/wp-content/themes/2017_baby/header.php b/wp-content/themes/sami-modern/header.php similarity index 100% rename from wp-content/themes/2017_baby/header.php rename to wp-content/themes/sami-modern/header.php diff --git a/wp-content/themes/2017_baby/style.css b/wp-content/themes/sami-modern/style.css similarity index 100% rename from wp-content/themes/2017_baby/style.css rename to wp-content/themes/sami-modern/style.css