Make WordPress Core

Ticket #53793: class-wp-filesystem-base.php_53793.patch

File class-wp-filesystem-base.php_53793.patch, 530 bytes (added by ankitmaru, 5 years ago)
  • src/wp-admin/includes/class-wp-filesystem-base.php

     
    408408         * @since 2.5.0
    409409         *
    410410         * @param string $mode string The *nix-style file permission.
    411          * @return int octal representation
     411         * @return string octal representation
    412412         */
    413413        public function getnumchmodfromh( $mode ) {
    414414                $realmode = '';