Changeset 18032
- Timestamp:
- 05/25/2011 03:47:17 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
/branches/3.1 merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/wp-includes/formatting.php
r17994 r18032 2893 2893 * Sanitize a mime type 2894 2894 * 2895 * @since 3. 2.02895 * @since 3.1.3 2896 2896 * 2897 2897 * @param string $mime_type Mime type -
trunk/wp-includes/functions.php
r17928 r18032 4550 4550 * @link https://developer.mozilla.org/en/the_x-frame-options_response_header 4551 4551 * 4552 * @since 3. 2.04552 * @since 3.1.3 4553 4553 * @return none 4554 4554 */ -
trunk/wp-includes/meta.php
r17994 r18032 583 583 * Determine whether a meta key is protected 584 584 * 585 * @since 3. 2.0585 * @since 3.1.3 586 586 * 587 587 * @param string $meta_key Meta key … … 597 597 * Sanitize meta value 598 598 * 599 * @since 3. 2.0599 * @since 3.1.3 600 600 * 601 601 * @param string $meta_key Meta key
Note: See TracChangeset
for help on using the changeset viewer.