diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index e4e551ba41..55f51065dc 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -2622,10 +2622,10 @@ function the_modified_date( $format = '', $before = '', $after = '', $display = * * @since 2.1.0 * - * @param string|false $the_modified_date The last modified date or false if no post is found. - * @param string $format PHP date format. - * @param string $before HTML output before the date. - * @param string $after HTML output after the date. + * @param string $the_modified_date The last modified date. + * @param string $format PHP date format. + * @param string $before HTML output before the date. + * @param string $after HTML output after the date. */ $the_modified_date = apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after );