Make WordPress Core


Ignore:
Timestamp:
12/27/2016 09:20:11 AM (8 years ago)
Author:
johnbillion
Message:

Docs: Add and correct @since docs for a variety of functions and methods.

Props keesiemeijer, chris_dev
Fixes #39343, #39357, #39344
See #39130

File:
1 edited

Legend:

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

    r38785 r39638  
    14501450 * numeric entities in hex form.
    14511451 *
     1452 * @since 2.7.0
    14521453 * @access private
    14531454 *
     
    14651466/**
    14661467 * Helper function to determine if a Unicode value is valid.
     1468 *
     1469 * @since 2.7.0
    14671470 *
    14681471 * @param int $i Unicode value
     
    14981501 * Regex callback for wp_kses_decode_entities()
    14991502 *
     1503 * @since 2.9.0
     1504 *
    15001505 * @param array $match preg match
    15011506 * @return string
     
    15071512/**
    15081513 * Regex callback for wp_kses_decode_entities()
     1514 *
     1515 * @since 2.9.0
    15091516 *
    15101517 * @param array $match preg match
Note: See TracChangeset for help on using the changeset viewer.