Make WordPress Core


Ignore:
Timestamp:
12/01/2010 07:24:38 PM (13 years ago)
Author:
ryan
Message:

Update since phpdoc. Props demetris. fixes #15445

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r16659 r16660  
    126126 * Update an existing post with values provided in $_POST.
    127127 *
    128  * @since unknown
     128 * @since 1.5.0
    129129 *
    130130 * @param array $post_data Optional.
     
    435435 * Get an existing post and format it for editing.
    436436 *
    437  * @since unknown
     437 * @since 2.0.0
    438438 *
    439439 * @param unknown_type $id
     
    453453 * Determine if a post exists based on title, content, and date
    454454 *
    455  * @since unknown
     455 * @since 2.0.0
    456456 *
    457457 * @param string $title Post title
     
    494494 * Creates a new post from the "Write Post" form using $_POST information.
    495495 *
    496  * @since unknown
     496 * @since 2.1.0
    497497 *
    498498 * @return unknown
     
    591591 * Calls wp_write_post() and handles the errors.
    592592 *
    593  * @since unknown
     593 * @since 2.0.0
    594594 *
    595595 * @return unknown
     
    610610 * {@internal Missing Short Description}}
    611611 *
    612  * @since unknown
     612 * @since 1.2.0
    613613 *
    614614 * @param unknown_type $post_ID
     
    653653 * {@internal Missing Short Description}}
    654654 *
    655  * @since unknown
     655 * @since 1.2.0
    656656 *
    657657 * @param unknown_type $mid
     
    675675 * Get a list of previously defined keys.
    676676 *
    677  * @since unknown
     677 * @since 1.2.0
    678678 *
    679679 * @return unknown
     
    694694 * {@internal Missing Short Description}}
    695695 *
    696  * @since unknown
     696 * @since 2.1.0
    697697 *
    698698 * @param unknown_type $mid
     
    714714 * Some postmeta stuff.
    715715 *
    716  * @since unknown
     716 * @since 1.2.0
    717717 *
    718718 * @param unknown_type $postid
     
    731731 * {@internal Missing Short Description}}
    732732 *
    733  * @since unknown
     733 * @since 1.2.0
    734734 *
    735735 * @param unknown_type $meta_id
     
    774774 * Replace hrefs of attachment anchors with up-to-date permalinks.
    775775 *
    776  * @since unknown
     776 * @since 2.3.0
    777777 * @access private
    778778 *
     
    830830 * Move child posts to a new parent.
    831831 *
    832  * @since unknown
     832 * @since 2.3.0
    833833 * @access private
    834834 *
     
    951951 * {@internal Missing Short Description}}
    952952 *
    953  * @since unknown
     953 * @since 2.5.0
    954954 *
    955955 * @param unknown_type $type
     
    966966 * {@internal Missing Short Description}}
    967967 *
    968  * @since unknown
     968 * @since 2.5.0
    969969 *
    970970 * @param unknown_type $q
     
    10091009 *
    10101010 * @uses get_user_option()
    1011  * @since unknown
     1011 * @since 2.5.0
    10121012 *
    10131013 * @param unknown_type $id
     
    10321032 * {@internal Missing Short Description}}
    10331033 *
    1034  * @since unknown
     1034 * @since 2.5.0
    10351035 *
    10361036 * @param int|object $id    Post ID or post object.
     
    10961096 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
    10971097 *
    1098  * @since unknown
     1098 * @since 2.5.0
    10991099 *
    11001100 * @param int|object $id Post ID or post object.
Note: See TracChangeset for help on using the changeset viewer.