Changeset 21350
- Timestamp:
- 07/26/2012 03:08:30 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r21224 r21350 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
Note: See TracChangeset
for help on using the changeset viewer.