Update Wordpress
From Pigmeo Development Wiki
- Backup Wordpress
- Deactivate plugins
- Download latest version
- tar -xvzf latest.tar.gz -C TEMP_DIR
- Delete old wp-includes and wp-admin directories
- Copy all from TEMP_DIR to blog's root dir, except wp-content and wp-config.php
- Compare wp-config.php with wp-config-sample.php and add new settings
- http://es.blog.pigmeo.org/wp-admin
- If caching is enabled, clear the cache
- Reactivate plugins

