Changeset 18031
- Timestamp:
- 05/25/2011 03:35:40 PM (14 years ago)
- Location:
- branches/3.1/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/formatting.php
r18018 r18031 2907 2907 * Sanitize a mime type 2908 2908 * 2909 * @since 3. 2.02909 * @since 3.1.3 2910 2910 * 2911 2911 * @param string $mime_type Mime type -
branches/3.1/wp-includes/functions.php
r18013 r18031 4488 4488 * @link https://developer.mozilla.org/en/the_x-frame-options_response_header 4489 4489 * 4490 * @since 3. 2.04490 * @since 3.1.3 4491 4491 * @return none 4492 4492 */ -
branches/3.1/wp-includes/meta.php
r18018 r18031 495 495 * Determine whether a meta key is protected 496 496 * 497 * @since 3. 2.0497 * @since 3.1.3 498 498 * 499 499 * @param string $meta_key Meta key … … 509 509 * Sanitize meta value 510 510 * 511 * @since 3. 2.0511 * @since 3.1.3 512 512 * 513 513 * @param string $meta_key Meta key
Note: See TracChangeset
for help on using the changeset viewer.