Revert to use post ID as slug for matches
This commit is contained in:
@@ -214,7 +214,7 @@ if ( class_exists( 'WP_Importer' ) ) {
|
||||
$post = array(
|
||||
'ID' => $id,
|
||||
'post_title' => $title,
|
||||
'post_name' => '',
|
||||
'post_name' => $id,
|
||||
);
|
||||
wp_update_post( $post );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user