From b551505ef92356b654bf083bb0088dbb3f8d3d46 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:24:40 +1300 Subject: [PATCH] Code cleanup: Remove redundant code - Icons now included in Meeting Calendar plugin - Old feature flag --- .wp-env.json | 3 +-- .../pub/wporg-learn-2024/assets/block-calendar-dark.svg | 9 --------- .../pub/wporg-learn-2024/assets/block-calendar-light.svg | 9 --------- .../wporg-learn-2024/assets/list-type-bullet-dark.svg | 3 --- .../wporg-learn-2024/assets/list-type-bullet-light.svg | 3 --- 5 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-dark.svg delete mode 100644 wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-light.svg delete mode 100644 wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-dark.svg delete mode 100644 wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-light.svg diff --git a/.wp-env.json b/.wp-env.json index 36d90c75a..9139aab19 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -4,8 +4,7 @@ "SCRIPT_DEBUG": true, "WP_DEBUG_LOG": "/tmp/wp-errors.log", "FS_METHOD": "direct", - "WP_ENVIRONMENT_TYPE": "local", - "FEATURE_2021_GLOBAL_HEADER_FOOTER": false + "WP_ENVIRONMENT_TYPE": "local" }, "phpVersion": "7.4", "core": "WordPress/WordPress#master", diff --git a/wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-dark.svg b/wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-dark.svg deleted file mode 100644 index ddf60f4f7..000000000 --- a/wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-light.svg b/wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-light.svg deleted file mode 100644 index b1dec91a2..000000000 --- a/wp-content/themes/pub/wporg-learn-2024/assets/block-calendar-light.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-dark.svg b/wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-dark.svg deleted file mode 100644 index 569d1d455..000000000 --- a/wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-dark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-light.svg b/wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-light.svg deleted file mode 100644 index 9be4135be..000000000 --- a/wp-content/themes/pub/wporg-learn-2024/assets/list-type-bullet-light.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -