Changeset 48573 for trunk/src/wp-includes/kses.php
- Timestamp:
- 07/23/2020 12:46:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r48572 r48573 1035 1035 * @global string[] $pass_allowed_protocols Array of allowed URL protocols. 1036 1036 * 1037 * @param array $matches preg_replace regexp matches 1037 1038 * @return string 1038 1039 */ … … 1713 1714 * @param string $string Content to check for bad protocols. 1714 1715 * @param string[] $allowed_protocols Array of allowed URL protocols. 1716 * @param int $count Depth of call recursion to this function. 1715 1717 * @return string Sanitized content. 1716 1718 */
Note: See TracChangeset
for help on using the changeset viewer.