projects
/
WP-Themes
/
AdelaineConstruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6470d99
)
Get rid of hr on single page
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:41:39 +0000
(10:41 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 10 Apr 2015 14:41:39 +0000
(10:41 -0400)
single-testimonial.php
patch
|
blob
|
history
diff --git
a/single-testimonial.php
b/single-testimonial.php
index
4a2b710
..
b23ae3f
100644
(file)
--- a/
single-testimonial.php
+++ b/
single-testimonial.php
@@
-12,7
+12,6
@@
<?php if(have_posts()) : while(have_posts()): the_post();?>
<h2><?php the_title();?></h2>
<?php the_content();?>
- <hr>
<?php endwhile; else:?>
<p><?php _e('Sorry, no posts yet');?></p>
<?php endif;?>