Loading wp-includes/post.php +1 −1 Original line number Diff line number Diff line Loading @@ -6634,7 +6634,7 @@ function get_lastpostdate( $timezone = 'server', $post_type = 'any' ) { * See get_lastpostdate() for accepted `$timezone` values. * @param string $post_type The post type to check. */ return apply_filters( 'get_lastpostdate', $date, $timezone, $post_type ); return apply_filters( 'get_lastpostdate', $lastpostdate, $timezone, $post_type ); } /** Loading wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48634'; $wp_version = '5.5-beta3-48635'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading Loading
wp-includes/post.php +1 −1 Original line number Diff line number Diff line Loading @@ -6634,7 +6634,7 @@ function get_lastpostdate( $timezone = 'server', $post_type = 'any' ) { * See get_lastpostdate() for accepted `$timezone` values. * @param string $post_type The post type to check. */ return apply_filters( 'get_lastpostdate', $date, $timezone, $post_type ); return apply_filters( 'get_lastpostdate', $lastpostdate, $timezone, $post_type ); } /** Loading
wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48634'; $wp_version = '5.5-beta3-48635'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading