Changeset 36727
- Timestamp:
- 02/26/2016 09:24:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r36726 r36727 6090 6090 * @access private 6091 6091 * 6092 * @param string $post_name 6093 * @param string $post_ _not_inOptional. Post ID that should be ignored. Default 0.6092 * @param string $post_name Slug. 6093 * @param string $post_ID Optional. Post ID that should be ignored. Default 0. 6094 6094 */ 6095 6095 function wp_add_trashed_suffix_to_post_name_for_trashed_posts( $post_name, $post_ID = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.