Changeset 37334
- Timestamp:
- 05/01/2016 10:15:51 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r37255 r37334 6113 6113 6114 6114 /** 6115 * Adds a trashed suffix For a given post.6115 * Adds a trashed suffix for a given post. 6116 6116 * 6117 6117 * Store its desired (i.e. current) slug so it can try to reclaim it … … 6124 6124 * 6125 6125 * @param WP_Post $post The post. 6126 * @return string New slug for the post. 6126 6127 */ 6127 6128 function wp_add_trashed_suffix_to_post_name_for_post( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.