Changeset 32642 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r32338 r32642 51 51 * @since 1.5.0 52 52 * 53 * @ uses$wp_file_descriptions53 * @global array $wp_file_descriptions 54 54 * @param string $file Filesystem path or filename 55 55 * @return string Description of file from $wp_file_descriptions or basename of $file if description doesn't exist … … 517 517 * @since 2.5.0 518 518 * 519 * @global WP_Filesystem_Base $wp_filesystem Subclass 520 * 519 521 * @param string $file Full path and filename of zip archive 520 522 * @param string $to Full path on the filesystem to extract archive to … … 580 582 * @access private 581 583 * 584 * @global WP_Filesystem_Base $wp_filesystem Subclass 585 * 582 586 * @param string $file Full path and filename of zip archive 583 587 * @param string $to Full path on the filesystem to extract archive to … … 678 682 * @access private 679 683 * 684 * @global WP_Filesystem_Base $wp_filesystem Subclass 685 * 680 686 * @param string $file Full path and filename of zip archive 681 687 * @param string $to Full path on the filesystem to extract archive to … … 769 775 * 770 776 * @since 2.5.0 777 * 778 * @global WP_Filesystem_Base $wp_filesystem Subclass 771 779 * 772 780 * @param string $from source directory … … 824 832 * @since 2.5.0 825 833 * 834 * @global WP_Filesystem_Base $wp_filesystem Subclass 835 * 826 836 * @param array|false $args Optional. Connection args, These are passed directly to 827 837 * the `WP_Filesystem_*()` classes. Default false. … … 900 910 * 901 911 * @since 2.5.0 912 * 913 * @global callback $_wp_filesystem_direct_method 902 914 * 903 915 * @param array $args Optional. Connection details. Default empty array.
Note: See TracChangeset
for help on using the changeset viewer.