Skip to content

Commit

Permalink
Tweak success output
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Schlesser <[email protected]>
  • Loading branch information
danielbachhuber and schlessera authored Nov 10, 2023
1 parent 4ab17b8 commit 1faf076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Media_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public function import( $args, $assoc_args = array() ) {

$attachment_success_text = '';
if ( $assoc_args['file_name'] ) {
$attachment_success_text .= ", file name {$name}";
$attachment_success_text .= " with file name {$name}";
}

if ( $assoc_args['post_id'] ) {
Expand Down

0 comments on commit 1faf076

Please sign in to comment.