diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index eebe536e14..f02fc6e507 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1342,7 +1342,7 @@ function get_post_modified_time( $d = 'U', $gmt = false, $post = null, $translat $time = $post->post_modified; $time = mysql2date($d, $time, $translate); - return apply_filters('get_the_modified_time', $time, $d, $gmt); + return apply_filters('get_post_modified_time', $time, $d, $gmt); } /**