Changeset 58130 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/10/2024 06:57:53 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r57987 r58130 2345 2345 * @uses _wp_upload_dir() 2346 2346 * 2347 * @param string $timeOptional. Time formatted in 'yyyy/mm'. Default null.2348 * @param bool $create_dirOptional. Whether to check and create the uploads directory.2349 * Default true for backward compatibility.2350 * @param bool $refresh_cache Optional. Whether to refresh the cache. Default false.2347 * @param string|null $time Optional. Time formatted in 'yyyy/mm'. Default null. 2348 * @param bool $create_dir Optional. Whether to check and create the uploads directory. 2349 * Default true for backward compatibility. 2350 * @param bool $refresh_cache Optional. Whether to refresh the cache. Default false. 2351 2351 * @return array { 2352 2352 * Array of information about the upload directory. … … 2420 2420 * @access private 2421 2421 * 2422 * @param string $time Optional. Time formatted in 'yyyy/mm'. Default null.2422 * @param string|null $time Optional. Time formatted in 'yyyy/mm'. Default null. 2423 2423 * @return array See wp_upload_dir() 2424 2424 */ … … 2872 2872 * @param null|string $deprecated Never used. Set to null. 2873 2873 * @param string $bits File content 2874 * @param string 2874 * @param string|null $time Optional. Time formatted in 'yyyy/mm'. Default null. 2875 2875 * @return array { 2876 2876 * Information about the newly-uploaded file.
Note: See TracChangeset
for help on using the changeset viewer.