Changeset 53878 for trunk/src/wp-includes/post.php
- Timestamp:
- 08/11/2022 02:09:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r53877 r53878 3218 3218 * Checks a MIME-Type against a list. 3219 3219 * 3220 * If the wildcard_mime_typesparameter is a string, it must be comma separated3221 * list. If the real_mime_typesis a string, it is also comma separated to3220 * If the `$wildcard_mime_types` parameter is a string, it must be comma separated 3221 * list. If the `$real_mime_types` is a string, it is also comma separated to 3222 3222 * create the list. 3223 3223 * 3224 3224 * @since 2.5.0 3225 3225 * 3226 * @param string|string[] $wildcard_mime_types Mime types, e.g. audio/mpeg or image (same as image/*)3227 * or flash (same as *flash*).3226 * @param string|string[] $wildcard_mime_types Mime types, e.g. `audio/mpeg`, `image` (same as `image/*`), 3227 * or `flash` (same as `*flash*`). 3228 3228 * @param string|string[] $real_mime_types Real post mime type values. 3229 3229 * @return array array(wildcard=>array(real types)).
Note: See TracChangeset
for help on using the changeset viewer.