From fba352d9ef207f9d710798fc8865e80e1805737e Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Mon, 9 Nov 2020 11:09:58 +0000 Subject: [PATCH] Add Unified Admin Color Schemes module skeleton --- modules/module-extras.php | 1 + modules/unified-admin-color-schemes.php | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 modules/unified-admin-color-schemes.php diff --git a/modules/module-extras.php b/modules/module-extras.php index 18e5b0184e89d..c311ebb74450c 100644 --- a/modules/module-extras.php +++ b/modules/module-extras.php @@ -55,6 +55,7 @@ // Starting from 2020-10-24, they need an authentication token, and that token is stored on WordPress.com. // More information: https://developers.facebook.com/docs/instagram/oembed/. 'shortcodes/instagram.php', + 'unified-admin-color-schemes.php', ); // Add connected features to our existing list if the site is currently connected. diff --git a/modules/unified-admin-color-schemes.php b/modules/unified-admin-color-schemes.php new file mode 100644 index 0000000000000..309a7bbf349b8 --- /dev/null +++ b/modules/unified-admin-color-schemes.php @@ -0,0 +1,10 @@ +