Ticket #39130: 39130.3.patch
File 39130.3.patch, 974 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/kses.php
1449 1449 * This function helps wp_kses_normalize_entities() to only accept valid Unicode 1450 1450 * numeric entities in hex form. 1451 1451 * 1452 * @since 2.7.0 1452 1453 * @access private 1453 1454 * 1454 1455 * @param array $matches preg_replace_callback() matches array … … 1465 1466 /** 1466 1467 * Helper function to determine if a Unicode value is valid. 1467 1468 * 1469 * @since 2.7.0 1470 * 1468 1471 * @param int $i Unicode value 1469 1472 * @return bool True if the value was a valid Unicode number 1470 1473 */ … … 1497 1500 /** 1498 1501 * Regex callback for wp_kses_decode_entities() 1499 1502 * 1503 * @since 2.9.0 1504 * 1500 1505 * @param array $match preg match 1501 1506 * @return string 1502 1507 */ … … 1507 1512 /** 1508 1513 * Regex callback for wp_kses_decode_entities() 1509 1514 * 1515 * @since 2.9.0 1516 * 1510 1517 * @param array $match preg match 1511 1518 * @return string 1512 1519 */