Changeset 30105 for trunk/src/wp-includes/kses.php
- Timestamp:
- 10/30/2014 01:04:55 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r30064 r30105 662 662 * @access private 663 663 * @since 1.0.0 664 * @uses wp_kses_attr()665 664 * 666 665 * @param string $string Content to filter … … 1319 1318 * 1320 1319 * @since 1.0.0 1321 * @uses $allowedtags1322 1320 * 1323 1321 * @param string $data Content to filter, expected to be escaped with slashes … … 1332 1330 * 1333 1331 * @since 2.9.0 1334 * @uses $allowedtags1335 1332 * 1336 1333 * @param string $data Content to filter, expected to not be escaped … … 1393 1390 * 1394 1391 * @since 2.0.0 1395 * @uses add_filter() See description for what functions are added to what hooks.1396 1392 */ 1397 1393 function kses_init_filters() { … … 1448 1444 * capability, then Kses filters are added. 1449 1445 * 1450 * @uses kses_remove_filters() Removes the Kses filters1451 * @uses kses_init_filters() Adds the Kses filters back if the user1452 * does not have unfiltered HTML capability.1453 1446 * @since 2.0.0 1454 1447 */
Note: See TracChangeset
for help on using the changeset viewer.