Plugin Directory

Changeset 999336


Ignore:
Timestamp:
09/30/2014 05:37:44 PM (11 years ago)
Author:
tjsantilo
Message:

Fixed a small glitch in sp-comments.php!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • because/trunk/public/includes/templates/sp_comments.php

    r999334 r999336  
    8686    <?php endif; // have_comments() ?>
    8787
    88     <?php comment_form(); ?>
     88    <?php
    8989        $active = get_post_meta($post->ID, 'social_polling_active_field', true ) == 'yes' ? true : false;
    9090if ($active){
     
    9797comment_form($args);
    9898}
     99?>
    99100</div><!-- #comments -->
Note: See TracChangeset for help on using the changeset viewer.