Changeset 1885447
- Timestamp:
- 06/01/2018 12:40:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spotim-comments/tags/4.3.2/inc/class-spotim-frontend.php
r1883085 r1885447 240 240 241 241 // Check wheter the singular and applied spotIm comments 242 if (is_singular() && self::$options->get('display_comments_count') != = '0') {242 if (is_singular() && self::$options->get('display_comments_count') != null && self::$options->get('display_comments_count') !== '0') { 243 243 244 244 $spot_id = self::$options->get('spot_id');
Note: See TracChangeset
for help on using the changeset viewer.