• Resolved WorkinWP

    (@iguanamom)


    Hi,

    Was alerted to a file change from the original in the wp repository, just wanted to confirm this with you. Sorry this isn’t formatted well. First part was original second part was modified.

    if ( ‘revision’ == $post_type && ! empty( $post->post_parent ) ) {
    208 if ( ‘revision’ == $post_type ) {
    209 $parent = get_post( $post->post_parent );

    209 $parent = get_post_parent( $post->ID );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Fabio Jun

    (@fabiojun)

    Hi, I hope you are well today.

    Yes, the plugin author made a patch in the existing version 5.4.4. But after, he released a new version 5.4.5 with this fix.

    Just update to the latest version to stop the alert.

    Best regards,

    Thread Starter WorkinWP

    (@iguanamom)

    Thank you for the update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File change reported by wordfence’ is closed to new replies.