Skip to content

Commit

Permalink
Merge pull request #58 from WP-for-Church/dev
Browse files Browse the repository at this point in the history
Release 2.4.7
  • Loading branch information
Nikola Miljković authored Aug 15, 2017
2 parents 8f103a9 + 4c7bd17 commit 655ecb1
Show file tree
Hide file tree
Showing 11 changed files with 177 additions and 643 deletions.
5 changes: 2 additions & 3 deletions includes/admin-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ function wpfc_sermon_order( $vars ) {
break;
case 'preached':
$vars = array_merge( $vars, array(
'meta_key' => 'sermon_date',
'orderby' => 'meta_value'
'orderby' => 'date'
) );
break;
}
Expand Down Expand Up @@ -234,7 +233,7 @@ function wpfc_sermon_columns( $column ) {
$data = wpfc_entry_views_get( array( 'post_id' => $post->ID ) );
break;
case "preached":
$data = wpfc_sermon_date_filter( 0, '', $post );
$data = get_the_date();
break;
case "passage":
$data = get_post_meta( $post->ID, 'bible_passage', true );
Expand Down
323 changes: 0 additions & 323 deletions includes/fix-dates.php

This file was deleted.

Loading

0 comments on commit 655ecb1

Please sign in to comment.