=== Plugin Name === Contributors: desrosj Tags: files, size, attachments, images Requires at least: 3.5 Tested up to: 4.7.2 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Displays the attachment's file size on that attachment's edit screen. == Description == **The functionality of this plugin was merged into WordPress core in version 3.7.** Adds a File Size field in the Save meta box on attachment edit screens. Can be helpful to identify large images/files. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. Where to find the file size on the attachment edit screen. == Changelog == = 1.2 = * Automatically deactivate this plugin if running WordPress 3.7 or greater. = 1.1 = * If a file size is measured in MB, display one decimal place. = 1.0 = * Hello everyone!