Changeset 46594 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/26/2019 08:42:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46577 r46594 2858 2858 * 2859 2859 * @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. 2861 2863 * 2862 2864 * @return array Array of mime types keyed by the file extension regex corresponding to those types. … … 3043 3045 * @since 2.0.0 3044 3046 * 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. 3048 3048 * @param int|WP_User|null $user User ID, User object or null if not provided (indicates current user). 3049 3049 */
Note: See TracChangeset
for help on using the changeset viewer.