Merge pull request #1828 from IanDelMar/gulp-ref

Remove reference to Gulp
This commit is contained in:
Brian Coords 2022-07-26 20:33:59 -07:00 committed by GitHub
commit 3fd5041838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if ( ! function_exists( 'understrap_generate_color_palette' ) ) {
}
/**
* Filters the default bootstrap color palette so it can be overriden by child themes or plugins when we add theme support for editor-color-palette. This array can also be generated via gulp.
* Filters the default bootstrap color palette so it can be overriden by child themes or plugins when we add theme support for editor-color-palette.
*
* @param array $color_palette An array of color options for the editor-color-palette setting.
*/