Skip to content
Snippets Groups Projects
Commit 2388dab0 authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

Don't delete the syn_inserted_posts meta key on upgrade

parent f9c96a86
Branches
No related tags found
No related merge requests found
...@@ -1314,8 +1314,6 @@ class WP_Push_Syndication_Server { ...@@ -1314,8 +1314,6 @@ class WP_Push_Syndication_Server {
update_post_meta( $inserted_post_id, 'syn_post_guid', $inserted_post_guid ); update_post_meta( $inserted_post_id, 'syn_post_guid', $inserted_post_guid );
update_post_meta( $inserted_post_id, 'syn_source_site_id', $site_id ); update_post_meta( $inserted_post_id, 'syn_source_site_id', $site_id );
} }
delete_post_meta( $site_id, 'syn_inserted_posts' );
} }
update_option( 'syn_version', '2.1' ); update_option( 'syn_version', '2.1' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment