PluginProbe
Document Gallery / 1.2
Document Gallery v1.2
trunk 0.8 0.8.5 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2 1.2.1 1.3 1.3.1 1.4 1.4.1 1.4.2 1.4.3 2.0 2.0.1 2.0.10 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 94 releases
← All changes | document-gallery.php +2 -2 1.2.11.2 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: Document Gallery
4 4 Description: Display non-images (and images) in gallery format on a page or post with the [dg] shortcode.
5 -Version: 1.2.1
5 +Version: 1.2
6 6 Author: Dan Rossiter
7 7 Author URI: http://danrossiter.org/
8 8 License: GPL2
9 9 */
@@ -36,9 +36,9 @@
36 36 if( strtolower($attachment_pg) == "false" ){ $attachment_pg = FALSE; }
37 37
38 38 if( strtolower($images) == "false" ){ $images = FALSE; }
39 39
40 - if( strtolower($ids) == "false" ){ $ids = FALSE; }
40 + if( strtolower($ids) ){ $ids = FALSE; }
41 41
42 42 // http://www.youtube.com/watch?v=ClnSMCdw6E8
43 43 if( $errs ) return implode(' ', $errs);
44 44 // END VALIDATION (WE MADE IT!)