Skip to content

Commit 25d4f2e

Browse files
author
Jose Pardilla
committed
change cyclic galleries default value to "on"
1 parent 73d2a1b commit 25d4f2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fancybox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function mfbfw_defaults() {
9999
'hideOnContentClick' => '',
100100
'hideOnOverlayClick' => 'on',
101101
'enableEscapeButton' => 'on',
102-
'cyclic' => '',
102+
'cyclic' => 'on',
103103
'mouseWheel' => '',
104104

105105
// Gallery Type

lib/admin-tab-behaviour.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<label for="cyclic">
8686
<input type="checkbox" name="mfbfw[cyclic]" id="cyclic"<?php if ( isset($mfbfw['cyclic']) && $mfbfw['cyclic'] ) echo ' checked="yes"';?> />
87-
<?php _e('This will make galleries cyclic, allowing you to keep pressing next/back (default: off)', 'mfbfw'); ?>
87+
<?php _e('This will make galleries cyclic, allowing you to keep pressing next/back (default: on)', 'mfbfw'); ?>
8888
</label><br /><br />
8989

9090
</fieldset>

0 commit comments

Comments
 (0)