Changeset 51494
- Timestamp:
- 07/27/2021 09:27:51 AM (4 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-base.php
r50657 r51494 409 409 * 410 410 * @param string $mode string The *nix-style file permission. 411 * @return int octal representation411 * @return string Octal representation. 412 412 */ 413 413 public function getnumchmodfromh( $mode ) { … … 832 832 * @type string $name Name of the file or directory. 833 833 * @type string $perms *nix representation of permissions. 834 * @type int$permsn Octal representation of permissions.834 * @type string $permsn Octal representation of permissions. 835 835 * @type string $owner Owner name or ID. 836 836 * @type int $size Size of file in bytes. -
trunk/src/wp-admin/includes/class-wp-filesystem-direct.php
r50657 r51494 589 589 * @type string $name Name of the file or directory. 590 590 * @type string $perms *nix representation of permissions. 591 * @type int$permsn Octal representation of permissions.591 * @type string $permsn Octal representation of permissions. 592 592 * @type string $owner Owner name or ID. 593 593 * @type int $size Size of file in bytes. -
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r50657 r51494 697 697 * @type string $name Name of the file or directory. 698 698 * @type string $perms *nix representation of permissions. 699 * @type int$permsn Octal representation of permissions.699 * @type string $permsn Octal representation of permissions. 700 700 * @type string $owner Owner name or ID. 701 701 * @type int $size Size of file in bytes. -
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r50657 r51494 610 610 * @type string $name Name of the file or directory. 611 611 * @type string $perms *nix representation of permissions. 612 * @type int$permsn Octal representation of permissions.612 * @type string $permsn Octal representation of permissions. 613 613 * @type string $owner Owner name or ID. 614 614 * @type int $size Size of file in bytes. -
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r50657 r51494 739 739 * @type string $name Name of the file or directory. 740 740 * @type string $perms *nix representation of permissions. 741 * @type int$permsn Octal representation of permissions.741 * @type string $permsn Octal representation of permissions. 742 742 * @type string $owner Owner name or ID. 743 743 * @type int $size Size of file in bytes.
Note: See TracChangeset
for help on using the changeset viewer.