Changeset 12733 for trunk/wp-includes/post.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r12719 r12733 684 684 /** 685 685 * Register support of certain features for a post type. 686 * 686 * 687 687 * @since 3.0 688 688 * @param string $post_type The post type for which to add the feature … … 2152 2152 * Given the desired slug and some post details computes a unique slug for the post. 2153 2153 * 2154 * @global wpdb $wpdb 2155 * @global WP_Rewrite $wp_rewrite 2154 * @global wpdb $wpdb 2155 * @global WP_Rewrite $wp_rewrite 2156 2156 * @param string $slug the desired slug (post_name) 2157 2157 * @param integer $post_ID
Note: See TracChangeset
for help on using the changeset viewer.