quick fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -121,7 +121,7 @@ class ExportMediaURLsAdmin | ... | @@ -121,7 +121,7 @@ class ExportMediaURLsAdmin |
| 121 | 121 | ||
| 122 | <td> | 122 | <td> |
| 123 | 123 | ||
| 124 | <label><input type="checkbox" name="additional-data[]" value="id" checked /> | 124 | <label style="display:none;"><input type="checkbox" name="additional-data[]" value="id" checked> |
| 125 | ID</label><br /> | 125 | ID</label><br /> |
| 126 | <label><input type="checkbox" name="additional-data[]" value="title" checked /> | 126 | <label><input type="checkbox" name="additional-data[]" value="title" checked /> |
| 127 | Title</label><br /> | 127 | Title</label><br /> |
| ... | @@ -431,7 +431,7 @@ class ExportMediaURLsAdmin | ... | @@ -431,7 +431,7 @@ class ExportMediaURLsAdmin |
| 431 | 431 | ||
| 432 | private function create_output($data, $export_type) | 432 | private function create_output($data, $export_type) |
| 433 | { | 433 | { |
| 434 | $count = count($data['url']); | 434 | $count = count($data['id']); |
| 435 | $headers = $this->get_data_headers($data); | 435 | $headers = $this->get_data_headers($data); |
| 436 | 436 | ||
| 437 | switch ($export_type) { | 437 | switch ($export_type) { | ... | ... |
-
Please register or sign in to post a comment