Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222503

    Hi
    Just updated to version 2.5 and in the admin I get this message

    Update Available!
    A new Version (2.5) of your Parent Theme (Enfold) is available! You are using Version 2.5.
    Do you want to update?

    I think there is a file I can delete to fix it but cannot find it. Any ideas

    Thanks
    Richard

    #222595

    Hi Richard!

    Please wait for another 12 hours, see if the message goes away. Maybe, it is a browser cache or something. You can edit framework > php > wordpress-importer > wordpress-importer.php, find this code on line 1006:

    printf( __( 'A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files.', 'wordpress-importer' ), $update->update->new_version );
    

    Replace it with:

    //printf( __( 'A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files.', 'wordpress-importer' ), $update->update->new_version );
    

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.