Changeset 28259
- Timestamp:
- 05/05/2014 08:07:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r28240 r28259 146 146 * 147 147 * @since 2.8.0 148 * 148 * 149 149 * @param string $j Formatted date string. 150 150 * @param string $req_format Format to display the date. … … 2096 2096 'mkv' => 'video/x-matroska', 2097 2097 // Text formats 2098 'txt|asc|c|cc|h ' => 'text/plain',2098 'txt|asc|c|cc|h|srt' => 'text/plain', 2099 2099 'csv' => 'text/csv', 2100 2100 'tsv' => 'text/tab-separated-values', … … 2104 2104 'htm|html' => 'text/html', 2105 2105 'vtt' => 'text/vtt', 2106 'dfxp' => 'application/ttaf+xml', 2106 2107 // Audio formats 2107 2108 'mp3|m4a|m4b' => 'audio/mpeg', … … 4122 4123 /** 4123 4124 * Filter the list of protocols allowed in HTML attributes. 4124 * 4125 * @since 3.0.0 4125 * 4126 * @since 3.0.0 4126 4127 * 4127 4128 * @param array $protocols Array of allowed protocols e.g. 'http', 'ftp', 'tel', and more.
Note: See TracChangeset
for help on using the changeset viewer.