Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 31, 2019
1 parent 7ca367e commit 8a84c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-accessibility-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
Expand All @@ -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.
*/
Expand Down

0 comments on commit 8a84c30

Please sign in to comment.