Improved phpdoc for file.php. Props tommcfarlin. fixes #21328
git-svn-id: http://core.svn.wordpress.org/trunk@21350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e02ea8023e
commit
2417e42fe5
|
@ -1,6 +1,8 @@
|
||||||
<?php
|
<?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
|
* @package WordPress
|
||||||
* @subpackage Administration
|
* @subpackage Administration
|
||||||
|
|
Loading…
Reference in New Issue