diff --git a/template-parts/content-password-protected.php b/template-parts/content-password-protected.php index a4d757396..2bc310453 100644 --- a/template-parts/content-password-protected.php +++ b/template-parts/content-password-protected.php @@ -16,8 +16,27 @@
[], + 'label' => [ + 'for' => [], + ], + 'form' => [ + 'action' => [], + 'class' => [], + 'method' => [], + ], + 'input' => [ + 'id' => [], + 'name' => [], + 'size' => [], + 'type' => [], + 'value' => [], + ], + ] + ); ?>