mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
23 lines
535 B
PHP
23 lines
535 B
PHP
<?php
|
|
/** comments.php
|
|
*
|
|
* The template for displaying Comments.
|
|
*
|
|
* The area of the page that contains both current comments
|
|
* and the comment form. The actual display of comments is
|
|
* handled by callbacks which are located in the functions.php file.
|
|
*
|
|
* @author Konstantin Obenland
|
|
* @package The Bootstrap
|
|
* @since 1.0.0 - 05.02.2012
|
|
*/
|
|
|
|
tha_comments_before();
|
|
|
|
comment_form();
|
|
|
|
tha_comments_after();
|
|
|
|
|
|
/* End of file comments.php */
|
|
/* Location: ./wp-content/themes/the-bootstrap/comments.php */ |