예제 #1
0
파일: hooks.php 프로젝트: TwoBeers/fastfood
function fastfood_hook_comments_after()
{
    do_action('fastfood_hook_comments_after');
    tha_comments_after();
}
예제 #2
0
파일: comments.php 프로젝트: konamax123/pgb
    }
    // check for comment navigation
    ?>

		<?php 
}
// have_comments()
?>

		<?php 
// If comments are closed and there are comments
if (!comments_open() && '0' != get_comments_number() && post_type_supports(get_post_type(), 'comments')) {
    ?>
			<p class="no-comments"><?php 
    _e('Comments are closed.', 'pgb');
    ?>
</p>
		<?php 
}
?>

		<?php 
comment_form();
?>

		</div>

	</div><!-- #comments -->
<?php 
tha_comments_after();
예제 #3
0
파일: hooks.php 프로젝트: TwoBeers/wallow
function wallow_hook_comments_after()
{
    do_action('wallow_hook_comments_after');
    tha_comments_after();
}
예제 #4
0
/**
 * Highwind after comments wrapper action
 * @since 1.0
 */
function highwind_comments_after()
{
    do_action('highwind_comments_after');
    tha_comments_after();
}
예제 #5
0
/** Just after comments_template()
 *
 * @see index.php
 */
function responsive_comments_after()
{
    do_action('responsive_comments_after');
    tha_comments_after();
}
예제 #6
0
파일: hooks.php 프로젝트: TwoBeers/shiword
function shiword_hook_comments_after()
{
    do_action('shiword_hook_comments_after');
    tha_comments_after();
}
 function devio_singular_comments_after_do_action()
 {
     if (has_action('devio/singular/comments/after/do_action')) {
         do_action('devio/singular/comments/after/do_action');
         tha_comments_after();
     }
 }