Improved phpdoc for file.php. Props tommcfarlin. fixes #21328

git-svn-id: https://develop.svn.wordpress.org/trunk@21350 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-07-26 15:08:30 +00:00
parent c2651f05f8
commit 5d062682ab

View File

@ -1,6 +1,8 @@
<?php
/**
* File contains all the administration image manipulation functions.
* Functions for reading, writing, modifying, and deleting files on the file system.
* Includes functionality for theme-specific files as well as operations for uploading,
* archiving, and rendering output when necessary.
*
* @package WordPress
* @subpackage Administration