Update @since
git-svn-id: http://svn.automattic.com/wordpress/trunk@18032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0a2bb27386
commit
4da684cf9a
|
@ -2892,7 +2892,7 @@ function capital_P_dangit( $text ) {
|
||||||
/**
|
/**
|
||||||
* Sanitize a mime type
|
* Sanitize a mime type
|
||||||
*
|
*
|
||||||
* @since 3.2.0
|
* @since 3.1.3
|
||||||
*
|
*
|
||||||
* @param string $mime_type Mime type
|
* @param string $mime_type Mime type
|
||||||
* @return string Sanitized mime type
|
* @return string Sanitized mime type
|
||||||
|
|
|
@ -4549,7 +4549,7 @@ function wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override = ar
|
||||||
*
|
*
|
||||||
* @link https://developer.mozilla.org/en/the_x-frame-options_response_header
|
* @link https://developer.mozilla.org/en/the_x-frame-options_response_header
|
||||||
*
|
*
|
||||||
* @since 3.2.0
|
* @since 3.1.3
|
||||||
* @return none
|
* @return none
|
||||||
*/
|
*/
|
||||||
function send_frame_options_header() {
|
function send_frame_options_header() {
|
||||||
|
|
|
@ -582,7 +582,7 @@ function _get_meta_table($type) {
|
||||||
/**
|
/**
|
||||||
* Determine whether a meta key is protected
|
* Determine whether a meta key is protected
|
||||||
*
|
*
|
||||||
* @since 3.2.0
|
* @since 3.1.3
|
||||||
*
|
*
|
||||||
* @param string $meta_key Meta key
|
* @param string $meta_key Meta key
|
||||||
* @return bool True if the key is protected, false otherwise.
|
* @return bool True if the key is protected, false otherwise.
|
||||||
|
@ -596,7 +596,7 @@ function is_protected_meta( $meta_key, $meta_type = null ) {
|
||||||
/**
|
/**
|
||||||
* Sanitize meta value
|
* Sanitize meta value
|
||||||
*
|
*
|
||||||
* @since 3.2.0
|
* @since 3.1.3
|
||||||
*
|
*
|
||||||
* @param string $meta_key Meta key
|
* @param string $meta_key Meta key
|
||||||
* @param mixed $meta_value Meta value to sanitize
|
* @param mixed $meta_value Meta value to sanitize
|
||||||
|
|
Loading…
Reference in New Issue