Make WordPress Core

Ticket #41395: 41395.patch

File 41395.patch, 574 bytes (added by ajayghaghretiya1, 8 years ago)
  • wp-includes/functions.php

     
    18561856 * @since 2.0.0
    18571857 * @uses _wp_upload_dir()
    18581858 *
     1859 * @staticvar array $cache
     1860 * @staticvar array $tested_paths
     1861 *
    18591862 * @param string $time Optional. Time formatted in 'yyyy/mm'. Default null.
    18601863 * @param bool   $create_dir Optional. Whether to check and create the uploads directory.
    18611864 *                           Default true for backward compatibility.