Changeset 32643 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 05/29/2015 02:05:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r32019 r32643 174 174 * @since 1.5.0 175 175 * 176 * @global wpdb $wpdb 177 * 176 178 * @param array $post_data Optional. 177 179 * @return int Post ID. … … 401 403 * 402 404 * @since 2.7.0 405 * 406 * @global wpdb $wpdb 403 407 * 404 408 * @param array $post_data Optional, the array of post data to process if not provided will use $_POST superglobal. … … 655 659 * @since 2.0.0 656 660 * 661 * @global wpdb $wpdb 662 * 657 663 * @param string $title Post title 658 664 * @param string $content Optional post content … … 695 701 * 696 702 * @since 2.1.0 703 * 704 * @global WP_User $current_user 697 705 * 698 706 * @return int|WP_Error … … 835 843 * @since 1.2.0 836 844 * 845 * @global wpdb $wpdb 846 * 837 847 * @return mixed 838 848 */ … … 865 875 * 866 876 * @since 1.2.0 877 * 878 * @global wpdb $wpdb 867 879 * 868 880 * @param int $postid … … 1055 1067 * 1056 1068 * @since 2.5.0 1069 * 1070 * @global wpdb $wpdb 1057 1071 * 1058 1072 * @param string $type … … 1338 1352 * 1339 1353 * @since 2.9.0 1354 * 1355 * @global int $content_width 1356 * @global array $_wp_additional_image_sizes 1340 1357 * 1341 1358 * @param int $thumbnail_id ID of the attachment used for thumbnail
Note: See TracChangeset
for help on using the changeset viewer.