chore(theme): Fix docblock link

This commit is contained in:
Brandon
2021-01-14 23:18:47 -06:00
parent cc2d02d7de
commit 6269cee56a

View File

@@ -75,7 +75,7 @@ add_action('after_setup_theme', function () {
/** /**
* Register the editor color gradient presets. * Register the editor color gradient presets.
* @link https://developer.wordpress.org/block-editor/developers/themes/theme-support/#block-color-palettes * @link https://developer.wordpress.org/block-editor/developers/themes/theme-support/#block-gradient-presets
*/ */
add_theme_support('editor-gradient-presets', []); add_theme_support('editor-gradient-presets', []);