diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-07 10:52:12 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-07 10:52:12 -0500 |
commit | ddeb4885a5c45a703d3c9e4809daecd2e39349fc (patch) | |
tree | e4c8750342c3fabb0bc8a8cf5c996eac05727dd7 /comments.php | |
parent | 067b5b1ff65c672a4d50cd3096cf4456279f64dc (diff) | |
download | lidra-theme-ddeb4885a5c45a703d3c9e4809daecd2e39349fc.tar.lz lidra-theme-ddeb4885a5c45a703d3c9e4809daecd2e39349fc.tar.xz lidra-theme-ddeb4885a5c45a703d3c9e4809daecd2e39349fc.zip |
change style in comment title
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index adc5638..c1d7183 100644 --- a/comments.php +++ b/comments.php @@ -1,7 +1,7 @@ <?php printf( '<section class="col-sm-12"> - <h3><strong>' . __('Comments', 'Lidra') . '</strong></h3> + <h3 class="comment-title">' . __('Comments', 'Lidra') . '</h3> <div class="comentarios">'); printf('<ul class="commentlist">'); wp_list_comments(); |