Ticket #53793: class-wp-filesystem-base.php_53793_2.patch
| File class-wp-filesystem-base.php_53793_2.patch, 1015 bytes (added by , 5 years ago) |
|---|
-
src/wp-admin/includes/class-wp-filesystem-base.php
408 408 * @since 2.5.0 409 409 * 410 410 * @param string $mode string The *nix-style file permission. 411 * @return int octalrepresentation411 * @return string string representation 412 412 */ 413 413 public function getnumchmodfromh( $mode ) { 414 414 $realmode = ''; … … 831 831 * 832 832 * @type string $name Name of the file or directory. 833 833 * @type string $perms *nix representation of permissions. 834 * @type int $permsn Octalrepresentation of permissions.834 * @type string $permsn String representation of permissions. 835 835 * @type string $owner Owner name or ID. 836 836 * @type int $size Size of file in bytes. 837 837 * @type int $lastmodunix Last modified unix timestamp.