Changeset 42007 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 10/24/2017 10:49:13 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r41806 r42007 654 654 655 655 /** 656 * Make sure that the file that was requested to edit, is allowed to be edited657 * 658 * Function will die if you are not allowed to edit the file 656 * Makes sure that the file that was requested to be edited is allowed to be edited. 657 * 658 * Function will die if you are not allowed to edit the file. 659 659 * 660 660 * @since 1.5.0 661 661 * 662 * @param string $file file the users is attempting to edit663 * @param array $allowed_files Array of allowed files to edit, $file must match an entry exactly662 * @param string $file File the user is attempting to edit. 663 * @param array $allowed_files Optional. Array of allowed files to edit, $file must match an entry exactly. 664 664 * @return string|null 665 665 */
Note: See TracChangeset
for help on using the changeset viewer.