Make WordPress Core

Changeset 18032


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

Update @since

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/wp-includes/formatting.php

    r17994 r18032  
    28932893 * Sanitize a mime type
    28942894 *
    2895  * @since 3.2.0
     2895 * @since 3.1.3
    28962896 *
    28972897 * @param string $mime_type Mime type
  • trunk/wp-includes/functions.php

    r17928 r18032  
    45504550 * @link https://developer.mozilla.org/en/the_x-frame-options_response_header
    45514551 *
    4552  * @since 3.2.0
     4552 * @since 3.1.3
    45534553 * @return none
    45544554 */
  • trunk/wp-includes/meta.php

    r17994 r18032  
    583583 * Determine whether a meta key is protected
    584584 *
    585  * @since 3.2.0
     585 * @since 3.1.3
    586586 *
    587587 * @param string $meta_key Meta key
     
    597597 * Sanitize meta value
    598598 *
    599  * @since 3.2.0
     599 * @since 3.1.3
    600600 *
    601601 * @param string $meta_key Meta key
Note: See TracChangeset for help on using the changeset viewer.