Changeset 33922 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 09/05/2015 09:01:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r33910 r33922 2776 2776 * @since 1.0.0 2777 2777 * @since 4.2.0 Support was added for encoding emoji in the post title, content, and excerpt. 2778 * @since 4.4.0 A 'meta_input' array can now be passed to $postarrto add post meta data.2778 * @since 4.4.0 A 'meta_input' array can now be passed to `$postarr` to add post meta data. 2779 2779 * 2780 2780 * @see sanitize_post() … … 2815 2815 * @type string $post_mime_type The mime type of the post. Default empty. 2816 2816 * @type string $guid Global Unique ID for referencing the post. Default empty. 2817 * @type array $tax_input Array of taxonomy terms keyed by their taxonomy name. Default empty. 2818 * @type array $meta_input Array of post meta values keyed by their post meta key. Default empty. 2817 2819 * } 2818 2820 * @param bool $wp_error Optional. Whether to allow return of WP_Error on failure. Default false.
Note: See TracChangeset
for help on using the changeset viewer.