Make WordPress Core

Changeset 18031


Ignore:
Timestamp:
05/25/2011 03:35:40 PM (14 years ago)
Author:
ryan
Message:

Update @since

Location:
branches/3.1/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-includes/formatting.php

    r18018 r18031  
    29072907 * Sanitize a mime type
    29082908 *
    2909  * @since 3.2.0
     2909 * @since 3.1.3
    29102910 *
    29112911 * @param string $mime_type Mime type
  • branches/3.1/wp-includes/functions.php

    r18013 r18031  
    44884488 * @link https://developer.mozilla.org/en/the_x-frame-options_response_header
    44894489 *
    4490  * @since 3.2.0
     4490 * @since 3.1.3
    44914491 * @return none
    44924492 */
  • branches/3.1/wp-includes/meta.php

    r18018 r18031  
    495495 * Determine whether a meta key is protected
    496496 *
    497  * @since 3.2.0
     497 * @since 3.1.3
    498498 *
    499499 * @param string $meta_key Meta key
     
    509509 * Sanitize meta value
    510510 *
    511  * @since 3.2.0
     511 * @since 3.1.3
    512512 *
    513513 * @param string $meta_key Meta key
Note: See TracChangeset for help on using the changeset viewer.