diff --git a/packages/components/src/date-time/date-time/index.tsx b/packages/components/src/date-time/date-time/index.tsx index 3d97b19dc17c6c..123f20e76c640b 100644 --- a/packages/components/src/date-time/date-time/index.tsx +++ b/packages/components/src/date-time/date-time/index.tsx @@ -43,14 +43,14 @@ function UnforwardedDateTimePicker( if ( ! __nextRemoveHelpButton ) { deprecated( 'Help button in wp.components.DateTimePicker', { since: '13.4', - version: '14.6', // Six months of plugin releases. + version: '15.8', // One year of plugin releases. hint: 'Set the `__nextRemoveHelpButton` prop to `true` to remove this warning and opt in to the new behaviour, which will become the default in a future version.', } ); } if ( ! __nextRemoveResetButton ) { deprecated( 'Reset button in wp.components.DateTimePicker', { since: '13.4', - version: '14.6', // Six months of plugin releases. + version: '15.8', // One year of plugin releases. hint: 'Set the `__nextRemoveResetButton` prop to `true` to remove this warning and opt in to the new behaviour, which will become the default in a future version.', } ); }