Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit e75f525

Browse files
authored
fix typo
1 parent 056c7dd commit e75f525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/page-with-tabs/page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// creates a text field in default tab
3636
$page_with_tabs->add_field( [
37-
// fields without "tag" parameter will appears in default tab
37+
// fields without "tab" parameter will appears in default tab
3838
'type' => 'text',
3939
'id' => 'text_field',
4040
'label' => 'Text field',
@@ -80,4 +80,4 @@
8080
'id' => 'html_field',
8181
'label' => 'HTML field',
8282
'content' => '<code>' . date('Y') . '. All rights reserved.</code>'
83-
] );
83+
] );

0 commit comments

Comments
 (0)