Changeset 35221
- Timestamp:
- 10/16/2015 04:55:24 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r34828 r35221 1 1 <?php 2 2 /** 3 * Filesystem API: Top-level functionality 4 * 3 5 * Functions for reading, writing, modifying, and deleting files on the file system. 4 6 * Includes functionality for theme-specific files as well as operations for uploading, … … 6 8 * 7 9 * @package WordPress 8 * @subpackage Administration 10 * @subpackage Filesystem 11 * @since 2.3.0 9 12 */ 10 13
Note: See TracChangeset
for help on using the changeset viewer.