Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Fixed spelling mistake
Browse files Browse the repository at this point in the history
This closes #20
  • Loading branch information
benbrehaut committed Apr 20, 2017
1 parent 19a58be commit 780a27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- widgets -->

<!-- recent posts -->
<h4 class="heading-4">Recent Pots</h4>
<h4 class="heading-4">Recent Posts</h4>
<ul class="sidebar-posts">
<?php
$recent_posts = wp_get_recent_posts(array( 'orderby' => 'post_date', 'numberposts' => 4, ) );
Expand Down

0 comments on commit 780a27d

Please sign in to comment.