=== Last Modified Timestamp === Contributors: aaemnnosttv Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LRA4JZYALHX82 Tags: page modified, post modified, timestamp, last modified Requires at least: 3.0.0 Tested up to: 3.3.2 Stable tag: 0.3.1 Adds the post_modified timestamp to the admin interface. No options currently available, simply activate and enjoy! == Description == This plugin adds the information to the admin interface about when each post/page was last modified. Enhanced areas: 1. Page/post admin tables - added `Last Modified` column. 1. Page/post edit screen (`post.php`) - added `Last modified on: *timestamp*` to `Publish` meta box. 1. Admin messages after editing a page/post - ie: `Post updated. *timestamp* View Post` No options currently available, simply activate and enjoy! == Installation == 1. Upload the `last-modified-timestamp` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == *none yet* Email your questions to `evanmattson` *at* `gmail` *dot* `com` == Screenshots == 1. Page/post admin tables - added `Last Modified` column. 1. Page/post edit screen (`post.php`) - added `Last modified on: *timestamp*` to `Publish` meta box. 1. Admin messages after editing a page/post - ie: `Post updated. *timestamp* View Post` == Changelog == = 0.4 = * Added support for other types of update messages. * Added filter to allow output to be customized. = 0.3.1 = * Fixed sortable column on pages table. = 0.3 = * The `Last Modified` column in the admin post/page tables is now sortable! * CSS - widened `Last Modified` column to account for extra width needed for sortable arrow. * Updated screenshot of `Last Modified` column in the admin post/page tables. * Corrected a typo in the admin messages for pages. = 0.2 = * Fixed date formatting in the admin tables. = 0.1 = * Initial release