Skip to content

Commit

Permalink
Merge pull request #5 from gtrout/master
Browse files Browse the repository at this point in the history
add 3rd parameter to shortcode_atts
  • Loading branch information
figureone committed Apr 20, 2017
2 parents ae0e97a + b2cf7c2 commit f16e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insert-pages.php
Expand Up @@ -115,7 +115,7 @@ function insertPages_handleShortcode_insert( $atts, $content = null ) {
'display' => 'all',
'class' => '',
'inline' => false,
), $atts );
), $atts, 'insert' );

// Validation checks.
if ( $attributes['page'] === '0' ) {
Expand Down

0 comments on commit f16e47f

Please sign in to comment.