Add missing parameter type

This commit is contained in:
IanDelMar 2019-11-03 10:45:09 +01:00 committed by GitHub
parent 669b75104b
commit aaf2da70f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if ( ! function_exists( 'understrap_tiny_mce_style_formats' ) ) {
/** /**
* Reveals TinyMCE's hidden Style dropdown. * Reveals TinyMCE's hidden Style dropdown.
* *
* @param $buttons Array of Tiny MCE's button ids. * @param array $buttons Array of Tiny MCE's button ids.
* @return array * @return array
*/ */
function understrap_tiny_mce_style_formats( $buttons ) { function understrap_tiny_mce_style_formats( $buttons ) {