Skip to content

Commit

Permalink
Add mention of the future feature deprecation
Browse files Browse the repository at this point in the history
See discussion here:
#14101 (comment)
  • Loading branch information
jeherve committed Nov 25, 2019
1 parent 01f1af3 commit afeb464
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _inc/client/writing/theme-enhancements.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,18 @@ class ThemeEnhancements extends React.Component {
'still see your regular theme on other screen sizes.'
) }
</p>
<p>
{ __(
'{{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: <strong />,
},
}
) }
</p>
<ModuleToggle
slug={ minileven.module }
activated={ isMinilevenActive }
Expand Down

0 comments on commit afeb464

Please sign in to comment.