Update @since
git-svn-id: https://develop.svn.wordpress.org/trunk@18032 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f48fe743ad
commit
640eed5f4a
@ -2892,7 +2892,7 @@ function capital_P_dangit( $text ) {
|
||||
/**
|
||||
* Sanitize a mime type
|
||||
*
|
||||
* @since 3.2.0
|
||||
* @since 3.1.3
|
||||
*
|
||||
* @param string $mime_type 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
|
||||
*
|
||||
* @since 3.2.0
|
||||
* @since 3.1.3
|
||||
* @return none
|
||||
*/
|
||||
function send_frame_options_header() {
|
||||
|
@ -582,7 +582,7 @@ function _get_meta_table($type) {
|
||||
/**
|
||||
* Determine whether a meta key is protected
|
||||
*
|
||||
* @since 3.2.0
|
||||
* @since 3.1.3
|
||||
*
|
||||
* @param string $meta_key Meta key
|
||||
* @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
|
||||
*
|
||||
* @since 3.2.0
|
||||
* @since 3.1.3
|
||||
*
|
||||
* @param string $meta_key Meta key
|
||||
* @param mixed $meta_value Meta value to sanitize
|
||||
|
Loading…
Reference in New Issue
Block a user