Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 899a34e

Browse files
committed
Fix undefined variable $content as per #1
1 parent 4c0a1b2 commit 899a34e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

class-block-unit-test.php

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ public function create_block_unit_test_page() {
109109
*/
110110
public function content() {
111111

112+
$content = '';
113+
112114
$content .= '
113115
<!-- wp:paragraph -->
114116
<p>' . esc_html__( 'Donec id elit non mi porta gravida at eget metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla.', '@@textdomain' ) . '</p>

0 commit comments

Comments
 (0)