Tagged: update theme
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
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