Make WordPress Core


Ignore:
Timestamp:
10/26/2019 08:42:00 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock fixes and improvements.

See #48303

File:
1 edited

Legend:

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

    r46577 r46594  
    28582858 *
    28592859 * @since 3.5.0
    2860  * @since 4.2.0 Support was added for GIMP (xcf) files.
     2860 * @since 4.2.0 Support was added for GIMP (.xcf) files.
     2861 * @since 4.9.2 Support was added for Flac (.flac) files.
     2862 * @since 4.9.6 Support was added for AAC (.aac) files.
    28612863 *
    28622864 * @return array Array of mime types keyed by the file extension regex corresponding to those types.
     
    30433045     * @since 2.0.0
    30443046     *
    3045      * @param array            $t    Mime types keyed by the file extension regex corresponding to
    3046      *                               those types. 'swf' and 'exe' removed from full list. 'htm|html' also
    3047      *                               removed depending on '$user' capabilities.
     3047     * @param array            $t    Mime types keyed by the file extension regex corresponding to those types.
    30483048     * @param int|WP_User|null $user User ID, User object or null if not provided (indicates current user).
    30493049     */
Note: See TracChangeset for help on using the changeset viewer.