← All changes
|
classes/Visualizer/Gutenberg/src/Components/Sidebar/PieSettings.js
+2
-2
3.10.15
→
3.2.1
View file →
| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | Component, |
| 8 | 8 | Fragment |
| 9 | 9 | } = wp.element; |
| 10 | 10 | |
| 11 | -const { ColorPalette } = wp.blockEditor || wp.editor; | |
| 11 | +const { ColorPalette } = wp.editor; | |
| 12 | 12 | |
| 13 | 13 | const { |
| 14 | 14 | BaseControl, |
| 15 | 15 | ExternalLink, |
| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | </p> |
| 56 | 56 | |
| 57 | 57 | <p> |
| 58 | 58 | { __( 'For date axis labels, this is a subset of the date formatting ' ) } |
| 59 | - <ExternalLink href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax"> | |
| 59 | + <ExternalLink href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax"> | |
| 60 | 60 | { __( 'ICU date and time format.' ) } |
| 61 | 61 | </ExternalLink> |
| 62 | 62 | </p> |
| 63 | 63 | |