Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtw committed Jul 1, 2015
1 parent 1b8cfb5 commit 7f2fdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/meta-box-html.php
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ public function displayTags( $field ) {
$natdate = date( 'j F Y', intval( $term->name ) );
} elseif ( $field['type'] == 'time' ) {
$natdate = date( 'h:ia T', intval( $term->name ) );
} elseif ( $field['type'] == 'datetime' ) {
} else {
$natdate = date( 'F j Y h:ia T', intval( $term->name ) );
}
?><span><a id="<?php echo esc_attr( $field['taxonomy'] ) ?>" data-term-tag-num="<?php echo esc_attr( $i ) ?>"
Expand Down

0 comments on commit 7f2fdb6

Please sign in to comment.