http://wordpress.org/support/topic/172211
The irony of you following up a thread where you complain about not being able to find information with asking how to disable something that provides you information is not lost on me.
—
As to your question, learn to use that box in the upper right hand corner of every page on this domain. Its a search box — it’s there to assist you in getting your own information.
http://wordpress.org/search/disable+update+?forums=1
—
And since the site in your profile still says 2.5 — dont come back here crying when its eventually been exploited. By now, you should have been able to click a few links, and have figured out how important the latest upgrade is.
People like you really piss me off. You complain that you dont get info, you complain when you do. not that it matetrs, you dont do anything with the info youre provided.
YOU are a nuisance to the rest of the I’net — just another lazy web master.
Hi malexandria, this is my solution for wp 2.5.1 to disable the nagging Update Notification.
Actually, it is not ‘disabled’ but rather be ‘hidden’. However, you need to hard-coding the files wp-admin\includes\update.php
Find these on line 41,
echo "<div id='update-nag'>$msg</div>";
Add double slash // infront of the line so it will look like this:
// echo "<div id='update-nag'>$msg</div>";
Hopefully this work for you. Edit at your own risk!
Contra: You need to redo this if you update your WordPress
Notes to whooami: He/she just being ignorance.