diff --git a/includes/fixes-dates.php b/includes/fixes-dates.php index 061f36f..724f46b 100644 --- a/includes/fixes-dates.php +++ b/includes/fixes-dates.php @@ -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); } @@ -191,4 +191,4 @@ function array_key_exists_r($needle, $haystack, $value = null) return $result; } return $result; -} \ No newline at end of file +}