Skip to content

Commit

Permalink
SNOW-16: Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkbulecount2 committed Feb 9, 2018
1 parent 5481819 commit e6515d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -85,7 +85,7 @@ function snow_front_panel_sticky( $atts = array() ) {
$the_query = new WP_Query($atts);
if ( $the_query->have_posts() ) {
$the_query->the_post();
$return .= '<p><a href="' .get_permalink(). '" title="' . get_the_title() . '">' . get_the_title() . '</a></p>' . '<p>' . get_the_excerpt() . '</p>';
$return .= '<p><a href="' .get_permalink(). '" title="' . get_the_title() . '">' . get_the_title() . '</a></p>' . '<p>' . get_the_excerpt() . '</p>';
} else {
// No posts found
}
Expand Down

0 comments on commit e6515d9

Please sign in to comment.