Changeset 36925
- Timestamp:
- 03/10/2016 03:37:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r36881 r36925 1803 1803 1804 1804 /** 1805 * Getuploads directory information.1805 * Retrieves uploads directory information. 1806 1806 * 1807 1807 * Same as wp_upload_dir() but "light weight" as it doesn't attempt to create the uploads directory. 1808 * Intended for use in themes, when only 'basedir' and 'baseurl' are needed, generally in all cases when not uploading files. 1808 * Intended for use in themes, when only 'basedir' and 'baseurl' are needed, generally in all cases 1809 * when not uploading files. 1809 1810 * 1810 1811 * @since 4.5.0 1812 * 1813 * @see wp_upload_dir() 1811 1814 * 1812 1815 * @return array See wp_upload_dir() for description.
Note: See TracChangeset
for help on using the changeset viewer.