diff --git a/Extension_AlwaysCached_Page_View_BoxCron.php b/Extension_AlwaysCached_Page_View_BoxCron.php index 07bba9eeb..8559c5d57 100644 --- a/Extension_AlwaysCached_Page_View_BoxCron.php +++ b/Extension_AlwaysCached_Page_View_BoxCron.php @@ -58,7 +58,7 @@ 'label' => esc_html__( 'Start Time', 'w3-total-cache' ), 'control' => 'selectbox', 'selectbox_values' => $time_options, - 'description' => esc_html__( 'This setting controls the initial start time of the cron job based on the configured WordPress timezone. It will automatically adjust the timestamp to accommodate differences between the configured WordPress and server timezones. If the selected time has already passed, it will add a day so that it begins the next day.', 'w3-total-cache' ), + 'description' => esc_html__( 'This setting controls the initial start time of the cron job. If the selected time has already passed, it will schedule the job for the following day at the selected time.', 'w3-total-cache' ), 'disabled' => $pgcache_disabled || $wp_cron_disabled, ) ); diff --git a/inc/options/dbcache.php b/inc/options/dbcache.php index f813d01b5..3e8e34059 100644 --- a/inc/options/dbcache.php +++ b/inc/options/dbcache.php @@ -134,6 +134,27 @@