Skip to content

Commit

Permalink
Fix issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
man4toman authored Dec 5, 2019
1 parent 475a2e9 commit b8d9303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/fixes-dates.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
add_filter('get_the_date', 'wpp_fix_post_date', 10, 2);
add_filter('get_comment_time', 'wpp_fix_comment_time', 10, 2);
add_filter('get_comment_date', 'wpp_fix_comment_date', 10, 2);
add_filter('get_post_modified_time', 'wpp_fix_post_modified_time', 10, 3);
//add_filter('get_post_modified_time', 'wpp_fix_post_modified_time', 10, 3);
add_filter('date_i18n', 'wpp_fix_i18n', 10, 4);
add_filter('wp_date', 'wpp_fix_i18n', 10, 4);
}
Expand Down Expand Up @@ -191,4 +191,4 @@ function array_key_exists_r($needle, $haystack, $value = null)
return $result;
}
return $result;
}
}

0 comments on commit b8d9303

Please sign in to comment.