Changeset 16660 for trunk/wp-admin/includes/post.php
- Timestamp:
- 12/01/2010 07:24:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r16659 r16660 126 126 * Update an existing post with values provided in $_POST. 127 127 * 128 * @since unknown128 * @since 1.5.0 129 129 * 130 130 * @param array $post_data Optional. … … 435 435 * Get an existing post and format it for editing. 436 436 * 437 * @since unknown437 * @since 2.0.0 438 438 * 439 439 * @param unknown_type $id … … 453 453 * Determine if a post exists based on title, content, and date 454 454 * 455 * @since unknown455 * @since 2.0.0 456 456 * 457 457 * @param string $title Post title … … 494 494 * Creates a new post from the "Write Post" form using $_POST information. 495 495 * 496 * @since unknown496 * @since 2.1.0 497 497 * 498 498 * @return unknown … … 591 591 * Calls wp_write_post() and handles the errors. 592 592 * 593 * @since unknown593 * @since 2.0.0 594 594 * 595 595 * @return unknown … … 610 610 * {@internal Missing Short Description}} 611 611 * 612 * @since unknown612 * @since 1.2.0 613 613 * 614 614 * @param unknown_type $post_ID … … 653 653 * {@internal Missing Short Description}} 654 654 * 655 * @since unknown655 * @since 1.2.0 656 656 * 657 657 * @param unknown_type $mid … … 675 675 * Get a list of previously defined keys. 676 676 * 677 * @since unknown677 * @since 1.2.0 678 678 * 679 679 * @return unknown … … 694 694 * {@internal Missing Short Description}} 695 695 * 696 * @since unknown696 * @since 2.1.0 697 697 * 698 698 * @param unknown_type $mid … … 714 714 * Some postmeta stuff. 715 715 * 716 * @since unknown716 * @since 1.2.0 717 717 * 718 718 * @param unknown_type $postid … … 731 731 * {@internal Missing Short Description}} 732 732 * 733 * @since unknown733 * @since 1.2.0 734 734 * 735 735 * @param unknown_type $meta_id … … 774 774 * Replace hrefs of attachment anchors with up-to-date permalinks. 775 775 * 776 * @since unknown776 * @since 2.3.0 777 777 * @access private 778 778 * … … 830 830 * Move child posts to a new parent. 831 831 * 832 * @since unknown832 * @since 2.3.0 833 833 * @access private 834 834 * … … 951 951 * {@internal Missing Short Description}} 952 952 * 953 * @since unknown953 * @since 2.5.0 954 954 * 955 955 * @param unknown_type $type … … 966 966 * {@internal Missing Short Description}} 967 967 * 968 * @since unknown968 * @since 2.5.0 969 969 * 970 970 * @param unknown_type $q … … 1009 1009 * 1010 1010 * @uses get_user_option() 1011 * @since unknown1011 * @since 2.5.0 1012 1012 * 1013 1013 * @param unknown_type $id … … 1032 1032 * {@internal Missing Short Description}} 1033 1033 * 1034 * @since unknown1034 * @since 2.5.0 1035 1035 * 1036 1036 * @param int|object $id Post ID or post object. … … 1096 1096 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor. 1097 1097 * 1098 * @since unknown1098 * @since 2.5.0 1099 1099 * 1100 1100 * @param int|object $id Post ID or post object.
Note: See TracChangeset
for help on using the changeset viewer.