芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/fields/schedule.php
label = __( 'Schedule:', 'the-events-calendar' ); $week_days = []; for ( $i = 1; $i <= 7; $i++ ) { $week_days[] = [ 'id' => $i, 'text' => (string) date_i18n( 'l', strtotime( '31-12-2016 +' . $i . " day" ) ), ]; } $month_days = []; for ( $i = 1; $i <= 31; $i++ ) { $month_days[] = [ 'id' => $i, 'text' => (string) $i, ]; } ?>
label ); ?>
value="meta['schedule_time'] ) ? Tribe__Date_Utils::time_only( strtotime( $record->post->post_modified ) ) : $record->meta['schedule_time'] ); ?>" />