Changeset 36726
- Timestamp:
- 02/26/2016 09:22:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r36709 r36726 6080 6080 6081 6081 /** 6082 * If any trashed posts have a given slug, add a suffix.6082 * Adds a suffix if any trashed posts have a given slug. 6083 6083 * 6084 6084 * Store its desired (i.e. current) slug so it can try to reclaim it … … 6088 6088 * 6089 6089 * @since 4.5.0 6090 * @access private 6090 6091 * 6091 6092 * @param string $post_name Slug. 6092 * @param string $post__not_in Post ID that should be ignored.6093 * @param string $post__not_in Optional. Post ID that should be ignored. Default 0. 6093 6094 */ 6094 6095 function wp_add_trashed_suffix_to_post_name_for_trashed_posts( $post_name, $post_ID = 0 ) { … … 6109 6110 6110 6111 /** 6111 * For a given post, add a trashed suffix.6112 * Adds a trashed suffix For a given post. 6112 6113 * 6113 6114 * Store its desired (i.e. current) slug so it can try to reclaim it … … 6117 6118 * 6118 6119 * @since 4.5.0 6120 * @access private 6119 6121 * 6120 6122 * @param WP_Post $post The post.
Note: See TracChangeset
for help on using the changeset viewer.