Changeset 43084 for branches/4.9/src/wp-includes/post.php
- Timestamp:
- 05/02/2018 01:03:53 AM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 43011,43014
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/post.php
r43083 r43084 3801 3801 */ 3802 3802 function wp_unique_post_slug( $slug, $post_ID, $post_status, $post_type, $post_parent ) { 3803 if ( in_array( $post_status, array( 'draft', 'pending', 'auto-draft' ) ) || ( 'inherit' == $post_status && 'revision' == $post_type ) )3803 if ( in_array( $post_status, array( 'draft', 'pending', 'auto-draft' ) ) || ( 'inherit' == $post_status && 'revision' == $post_type ) || 'user_request' === $post_type ) 3804 3804 return $slug; 3805 3805
Note: See TracChangeset
for help on using the changeset viewer.