fix: indentation #436
This commit is contained in:
parent
a5688775ec
commit
dd5076e1bc
|
@ -346,11 +346,7 @@ class CSV extends Exporter {
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
return ob_get_clean();
|
||||
|
||||
}
|
||||
}
|
|
@ -83,7 +83,7 @@ class Bulk_Edit_Process extends Generic_Process {
|
|||
}
|
||||
|
||||
public function get_output() {
|
||||
$name = $this->get_bulk_collection_name();
|
||||
$name = $this->get_bulk_edit_collection_name();
|
||||
$metadata = $this->get_changed_metadata();
|
||||
$current_user = wp_get_current_user();
|
||||
$author_name = $current_user->user_login;
|
||||
|
@ -100,7 +100,7 @@ class Bulk_Edit_Process extends Generic_Process {
|
|||
return $message;
|
||||
}
|
||||
|
||||
private function get_bulk_collection_name() {
|
||||
private function get_bulk_edit_collection_name() {
|
||||
$params = $this->get_options();
|
||||
if ($params['collection_id']) {
|
||||
$collection = $params['collection_id'];
|
||||
|
|
Loading…
Reference in New Issue