diff --git a/src/MasterSite.php b/src/MasterSite.php index 11aa29720b..2a48657f70 100644 --- a/src/MasterSite.php +++ b/src/MasterSite.php @@ -261,6 +261,10 @@ function ($wp_customize): void { 'new_identity_styles', array( 'label' => __('Enable new Greenpeace visual identity', 'planet4-master-theme'), + 'description' => __( + 'This opt-out setting will be phased out at the end of September', + 'planet4-master-theme' + ), 'settings' => 'new_identity_styles', 'type' => 'checkbox', 'section' => 'title_tagline',