| @@ -467,9 +467,9 @@ | ||
| 467 | 467 | self::_renderTextItem( |
| 468 | 468 | esc_html__( 'Date Format', 'visualizer' ), |
| 469 | 469 | 'series[' . $index . '][format]', |
| 470 | 470 | isset( $this->series[ $index ]['format'] ) ? $this->series[ $index ]['format'] : '', |
| 471 | - sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU date and time format%2$s.', 'visualizer' ), '<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">', '</a>' ), | |
| 471 | + sprintf( esc_html__( 'Enter custom format pattern to apply to this series value, similar to the %1$sICU date and time format%2$s.', 'visualizer' ), '<a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax" target="_blank">', '</a>' ), | |
| 472 | 472 | 'eeee, dd LLLL yyyy' |
| 473 | 473 | ); |
| 474 | 474 | break; |
| 475 | 475 | } |