Skip to content

Commit e391d36

Browse files
add feedback of mukesh
Co-authored-by: Mukesh Panchal <mukeshpanchal27@users.noreply.github.com>
1 parent 3930d1c commit e391d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4037,7 +4037,7 @@ function _reset_front_page_settings_for_post( $post_id ) {
40374037
*
40384038
* @param int $post_id The ID of the post being deleted or trashed.
40394039
*/
4040-
function _reset_privacy_policy_page_for_post( $post_id ) {
4040+
function _reset_privacy_policy_page_for_post( int $post_id ): void {
40414041
$post = get_post( $post_id );
40424042

40434043
if ( $post && 'page' === $post->post_type ) {

0 commit comments

Comments
 (0)