Skip to content

Commit 3b6f557

Browse files
committed
Fix broken export function import.
1 parent ef54222 commit 3b6f557

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

js/Edit/buttons/ExportButtons.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { __ } from '@wordpress/i18n'
44
import { Button } from '../../common/Button'
55
import { ExportSnippets } from '../../types/ExportSnippets'
66
import { useSnippetsAPI } from '../../utils/api/snippets'
7-
import { downloadSnippetExportFile } from '../../utils/general'
7+
import { downloadSnippetExportFile } from '../../utils/files'
88
import { useSnippetForm } from '../SnippetForm/context'
99

1010
export const ExportButtons: React.FC = () => {

php/cloud/class-cloud-api.php

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ public function add_map_link( Cloud_Link $link ) {
177177
);
178178
}
179179

180-
181180
/**
182181
* Delete a snippet from local-to-cloud map.
183182
*

php/cloud/class-cloud-search-list-table.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
/**
20-
* This class handles the table for the manage cloud snippets search results
20+
* Class for handling the cloud search results table.
2121
*
2222
* @property string $_pagination Pagination HTML.
2323
*

0 commit comments

Comments
 (0)