Update @since

git-svn-id: https://develop.svn.wordpress.org/trunk@18032 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-05-25 15:47:17 +00:00
parent f48fe743ad
commit 640eed5f4a
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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() {

View File

@ -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