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

Make syn_site posts exportable

parent e8c309ba
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ class WP_Push_Syndication_Server {
'query_var' => false,
'rewrite' => false,
'supports' => array( 'title' ),
'can_export' => false,
'can_export' => true,
'register_meta_box_cb' => array( $this, 'site_metaboxes' ),
'capabilities' => $post_type_capabilities,
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment