Changeset 8410
- Timestamp:
- 07/23/2008 08:36:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/kses.php
r8387 r8410 411 411 * that is completed, will be returned. 412 412 * 413 * @access private 413 414 * @since 1.0.0 414 415 * @uses wp_kses_attr() … … 864 865 * white-list or not, and returns different data depending on the answer. 865 866 * 867 * @access private 866 868 * @since 1.0.0 867 869 * … … 933 935 * values and nothing more for &#number; entities. 934 936 * 937 * @access private 935 938 * @since 1.0.0 936 939 * … … 951 954 * This function helps wp_kses_normalize_entities() to only accept valid Unicode numeric entities 952 955 * in hex form. 956 * 957 * @access private 953 958 * 954 959 * @param array $matches preg_replace_callback() matches array
Note: See TracChangeset
for help on using the changeset viewer.