Ticket #21328: 21328.file.diff
| File 21328.file.diff, 527 bytes (added by tommcfarlin, 11 months ago) |
|---|
-
file.php
1 1 <?php 2 2 /** 3 * File contains all the administration image manipulation functions. 3 * Functions for reading, writing, modifying, and deleting files on the file system. 4 * Includes functionality for theme-specific files as well as operations for uploading, 5 * archiving, and rendering output when necessary. 4 6 * 5 7 * @package WordPress 6 8 * @subpackage Administration