WordPress Toolkit

subsolar said

I know I may be getting on your nerves, I’m sorry but I encountered the following problem - after writing version 1.2 in the XML for a test, I reverted back to version 1.0 but the update notification continues to stay showing that I should update to ver 1.2.

I tried changing the file, the file directory, clearing the browser cache but it still continues to show that a newer version is available and shows information from the old XML :\

(Sorry for the double post)

Add this to your theme’s function.php

delete_option( 'notifier-cache-last-updated' );

Reload and notification should be gone. After it is, remove the code.