From afeb464aa781de9944aaf6f0f7542dab1398a3cb Mon Sep 17 00:00:00 2001
From: Jeremy Herve
Date: Mon, 25 Nov 2019 18:52:24 +0100
Subject: [PATCH] Add mention of the future feature deprecation
See discussion here:
https://github.com/Automattic/jetpack/pull/14101#issuecomment-558233574
---
_inc/client/writing/theme-enhancements.jsx | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/_inc/client/writing/theme-enhancements.jsx b/_inc/client/writing/theme-enhancements.jsx
index 49ef3a7c7cd0e..e47c7a8a2ee6c 100644
--- a/_inc/client/writing/theme-enhancements.jsx
+++ b/_inc/client/writing/theme-enhancements.jsx
@@ -225,6 +225,18 @@ class ThemeEnhancements extends React.Component {
'still see your regular theme on other screen sizes.'
) }
+
+ { __(
+ '{{b}}Note:{{/b}} This feature is being discontinued ' +
+ 'and will be removed from Jetpack in a future release. ' +
+ 'If you disable this setting, you will not be able to re-activate it.',
+ {
+ components: {
+ b: ,
+ },
+ }
+ ) }
+