Make WordPress Core

Changeset 36925


Ignore:
Timestamp:
03/10/2016 03:37:43 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Improve DocBlock syntax for wp_get_upload_dir(), introduced in [36565].

See #34359. See #35986.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r36881 r36925  
    18031803
    18041804/**
    1805  * Get uploads directory information.
     1805 * Retrieves uploads directory information.
    18061806 *
    18071807 * 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.
    18091810 *
    18101811 * @since 4.5.0
     1812 *
     1813 * @see wp_upload_dir()
    18111814 *
    18121815 * @return array See wp_upload_dir() for description.
Note: See TracChangeset for help on using the changeset viewer.