function thematic_show_subscription_checkbox()
{
    if (function_exists('show_subscription_checkbox')) {
        show_subscription_checkbox();
    }
}
Example #2
0
    </p>
   <?php 
    }
    ?>
	<p><?php 
    printf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'arras'), allowed_tags());
    ?>
</p>
    <p>
     <textarea name="comment" id="s4" cols="50" rows="10" tabindex="4" class="required"></textarea>
    </p>
	<?php 
    if (function_exists('show_subscription_checkbox')) {
        ?>
	<p><?php 
        show_subscription_checkbox();
        ?>
</p>
	<?php 
    }
    ?>
    <p>
     <input name="submit" type="submit" id="sbutt" tabindex="5" value="<?php 
    _e('Submit Comment', 'arras');
    ?>
" />
     <?php 
    cancel_comment_reply_link(__('Cancel Reply', 'arras'));
    ?>
    </p>
   <?php 
/**
 * Provides Plugin Compatibility: Subscribe to Comments
 *
 * Adds the subscribe to comments button.
 *
 * @link http://wordpress.org/extend/plugins/subscribe-to-comments/ Subscribe to Comments Plugin Page
 */
function cleanyetibasic_show_subscription_checkbox()
{
    if (function_exists('show_subscription_checkbox')) {
        show_subscription_checkbox();
    }
}