Skip to content

Commit

Permalink
Bug fix: remove autoplay override used for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrabb committed Jul 9, 2019
1 parent 05185b9 commit 4e8502d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/blocks/slideshow/slideshow.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function jetpack_slideshow_block_render_amp( $attr ) {

$ids = empty( $attr['ids'] ) ? array() : $attr['ids'];
$autoplay = empty( $attr['autoplay'] ) ? false : $attr['autoplay'];
$autoplay = false;
$delay = empty( $attr['delay'] ) ? 3 : intval( $attr['delay'] );
$align = isset( $attr['align'] ) ? $attr['align'] : 'center';
$classes = array(
Expand Down

0 comments on commit 4e8502d

Please sign in to comment.