Make WordPress Core

Changeset 8410


Ignore:
Timestamp:
07/23/2008 08:36:15 AM (16 years ago)
Author:
westi
Message:

Mark kses callbacks as private. Fixes #7363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/kses.php

    r8387 r8410  
    411411 * that is completed, will be returned.
    412412 *
     413 * @access private
    413414 * @since 1.0.0
    414415 * @uses wp_kses_attr()
     
    864865 * white-list or not, and returns different data depending on the answer.
    865866 *
     867 * @access private
    866868 * @since 1.0.0
    867869 *
     
    933935 * values and nothing more for &#number; entities.
    934936 *
     937 * @access private
    935938 * @since 1.0.0
    936939 *
     
    951954 * This function helps wp_kses_normalize_entities() to only accept valid Unicode numeric entities
    952955 * in hex form.
     956 *
     957 * @access private
    953958 *
    954959 * @param array $matches preg_replace_callback() matches array
Note: See TracChangeset for help on using the changeset viewer.