Skip to content

Commit

Permalink
add 3rd parameter, , to shortcode_atts to support shortcode_atts_{} f…
Browse files Browse the repository at this point in the history
…ilter
  • Loading branch information
gtrout committed Apr 12, 2017
1 parent ae0e97a commit b2cf7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insert-pages.php
Original file line number Diff line number Diff line change
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 b2cf7c2

Please sign in to comment.