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-includes/post.php

    r12719 r12733  
    684684/**
    685685 * Register support of certain features for a post type.
    686  * 
     686 *
    687687 * @since 3.0
    688688 * @param string $post_type The post type for which to add the feature
     
    21522152 * Given the desired slug and some post details computes a unique slug for the post.
    21532153 *
    2154  * @global wpdb $wpdb 
    2155  * @global WP_Rewrite $wp_rewrite 
     2154 * @global wpdb $wpdb
     2155 * @global WP_Rewrite $wp_rewrite
    21562156 * @param string $slug the desired slug (post_name)
    21572157 * @param integer $post_ID
Note: See TracChangeset for help on using the changeset viewer.