Make WordPress Core

Ticket #41560: 41560.patch

File 41560.patch, 466 bytes (added by upadalavipul, 7 years ago)
  • src/wp-admin/includes/class-wp-filesystem-ftpext.php

     
    400400        /**
    401401         *
    402402         * @param string $file
     403     * @param int $time
     404     * @param int $atime
    403405         * @return bool
    404406         */
    405407        public function touch($file, $time = 0, $atime = 0) {