fix: indentation #436

This commit is contained in:
vnmedeiros 2020-10-30 10:07:04 -03:00
parent a5688775ec
commit dd5076e1bc
4 changed files with 41 additions and 45 deletions

View File

@ -346,11 +346,7 @@ class CSV extends Exporter {
</div>
<?php
return ob_get_clean();
}
}

View File

@ -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'];