Changeset 30105 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 10/30/2014 01:04:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r30076 r30105 51 51 * @since 1.5.0 52 52 * 53 * @uses _cleanup_header_comment54 53 * @uses $wp_file_descriptions 55 54 * @param string $file Filesystem path or filename … … 76 75 * @since 1.5.0 77 76 * 78 * @uses get_option79 77 * @return string Full filesystem path to the root of the WordPress installation 80 78 */ … … 164 162 * @since 1.5.0 165 163 * 166 * @uses wp_die167 * @uses validate_file168 164 * @param string $file file the users is attempting to edit 169 165 * @param array $allowed_files Array of allowed files to edit, $file must match an entry exactly
Note: See TracChangeset
for help on using the changeset viewer.