Changeset 18769
- Timestamp:
- 09/24/2011 07:52:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r18742 r18769 2272 2272 * @param string $url The URL to be cleaned. 2273 2273 * @param array $protocols Optional. An array of acceptable protocols. 2274 * Defaults to 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet' if not set.2274 * Defaults to 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn' if not set. 2275 2275 * @param string $_context Private. Use esc_url_raw() for database usage. 2276 2276 * @return string The cleaned $url after the 'clean_url' filter is applied.
Note: See TracChangeset
for help on using the changeset viewer.