Ticket #53793: class-wp-filesystem-base.php_53793.patch
| File class-wp-filesystem-base.php_53793.patch, 530 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 intoctal representation411 * @return string octal representation 412 412 */ 413 413 public function getnumchmodfromh( $mode ) { 414 414 $realmode = '';