Skip to content

Commit 96ab82b

Browse files
Remove empty p tag
1 parent 8f5726d commit 96ab82b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: plugins/performance-lab/includes/admin/plugins.php

+5-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,11 @@ static function ( string $error_message ): string {
163163
)
164164
)
165165
. '</li></ul>' .
166-
esc_html__( 'Please consider manual plugin installation and activation. You can then access each plugin\'s settings via its respective "Settings" link on the Plugins screen.', 'performance-lab' ),
167-
array( 'type' => 'error' )
166+
'<p>' . esc_html__( 'Please consider manual plugin installation and activation. You can then access each plugin\'s settings via its respective "Settings" link on the Plugins screen.', 'performance-lab' ) . '</p>',
167+
array(
168+
'type' => 'error',
169+
'paragraph_wrap' => false,
170+
)
168171
);
169172
}
170173

0 commit comments

Comments
 (0)