You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/Console/Commands/EjectBlocksCommand.php
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -401,16 +401,15 @@ public function summary()
401
401
402
402
$this->title('Your blocks have been ejected.');
403
403
$this->line("✨ The following files have been created in <info>{$this->path}</info>:");
404
+
404
405
$this->line('');
405
406
$this->table(
406
407
['File', 'Size', 'Type'],
407
408
$files
408
409
);
409
410
$this->line('');
410
-
$this->line('' .
411
-
'⚠️ <options=bold>Please Note:</> ' .
412
-
'<info>' . $this->label . '</info> will not enqueue assets if it detects the same assets ' .
413
-
'are being ran by <info>' . wp_get_theme()->get('Name') . '</info>.'
414
-
);
411
+
412
+
// phpcs:ignore
413
+
$this->line('⚠️ <options=bold>Please Note:</> <info>' . $this->label . '</info> will not enqueue assets if it detects the same assets are being ran by <info>' . wp_get_theme()->get('Name') . '</info>.');
0 commit comments