From 8a84c306c2961a861bf08e3b57bbc9ad563ffefa Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Thu, 31 Jan 2019 14:02:58 -0600 Subject: [PATCH] Formatting --- src/wp-accessibility-toolbar.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-accessibility-toolbar.php b/src/wp-accessibility-toolbar.php index 5048659..61b671b 100644 --- a/src/wp-accessibility-toolbar.php +++ b/src/wp-accessibility-toolbar.php @@ -19,11 +19,11 @@ * @return string */ function wpa_toolbar_shortcode( $atts, $content ) { - $args = shortcode_atts( + $args = shortcode_atts( array( 'type' => 'widget', 'control' => 'button', - ), + ), $atts, 'wpa_toolbar' ); @@ -35,7 +35,7 @@ function wpa_toolbar_shortcode( $atts, $content ) { * Generate Toolbar as HTML. * * @param string $type widget, shortcode, js generated. - * @param string $control Control type: button or not + * @param string $control Control type: button or not. * * @return string HTML. */