Skip to content

Commit e92a53f

Browse files
chore: copilot review
1 parent ae65e5c commit e92a53f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

includes/layouts/feedzy-logs-viewer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class="btn btn-ghost"
6464

6565
if ( is_wp_error( $logs ) ) {
6666
printf(
67-
'<p>%$1s(%2$s)</p>',
67+
'<p>%1$s (%2$s)</p>',
6868
esc_html__( 'An error occurred while fetching logs.', 'feedzy-rss-feeds' ),
6969
esc_html( $logs->get_error_message() )
7070
);

tests/test-image-import.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function test_import_image_special_characters() {
7373
$try_save_featured_image = $reflector->getMethod( 'try_save_featured_image' );
7474
$try_save_featured_image->setAccessible( true );
7575

76-
$import_errors = array();
7776
$import_info = array();
7877

7978
$arguments = array( 'https://example.com/path_to_image/çöp.jpg?itok=ZYU_ihPB', 0, 'Post Title', &$import_info, array() );

0 commit comments

Comments
 (0)