Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12728 r12733  
    959959 * @since unknown
    960960 *
    961  * @param int|object $id    Post ID or post object. 
    962  * @param string $title (optional) Title 
    963  * @param string $name (optional) Name 
    964  * @return array With two entries of type string 
     961 * @param int|object $id    Post ID or post object.
     962 * @param string $title (optional) Title
     963 * @param string $name (optional) Name
     964 * @return array With two entries of type string
    965965 */
    966966function get_sample_permalink($id, $title = null, $name = null) {
     
    10161016 *
    10171017 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
    1018  * 
    1019  * @since unknown
    1020  *
    1021  * @param int|object $id Post ID or post object. 
    1022  * @param string $new_title (optional) New title 
    1023  * @param string $new_slug (optional) New slug 
    1024  * @return string intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor. 
     1018 *
     1019 * @since unknown
     1020 *
     1021 * @param int|object $id Post ID or post object.
     1022 * @param string $new_title (optional) New title
     1023 * @param string $new_slug (optional) New slug
     1024 * @return string intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
    10251025 */
    10261026function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) {
     
    11861186 * @uses _wp_translate_postdata()
    11871187 * @uses _wp_post_revision_fields()
    1188  * 
     1188 *
    11891189 * @return unknown
    11901190 */
Note: See TracChangeset for help on using the changeset viewer.