Is there a hook or another easy way to customize the update-core.php page? I am working on a plugin and I need to slightly change the page. Thanks for any help.
A quick Google search found these: http://wordpress.stackexchange.com/...into-the-update-core-page-for-custom-messages http://adambrown.info/p/wp_hooks/hook/update-core-custom_{$action} If the first one still works, it might be what you need. Disclaimer: I've never tried to fiddle with that particular part of WP.
Thanks. The first link is almost what I need. I want to be able to customise the section called An updated version of WordPress is available. Any chance how I can do that? I basically want to change the html code that is shown but only slightly. Thanks