Skip to content

Commit f7144a4

Browse files
MaggieCabreramukeshpanchal27
authored andcommitted
Update src/wp-includes/class-wp-theme-json.php
Co-authored-by: Mukesh Panchal <[email protected]>
1 parent a72d08a commit f7144a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-theme-json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ class WP_Theme_JSON {
629629
// The block classes are necessary to target older content that won't use the new class names.
630630
'caption' => '.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption',
631631
'cite' => 'cite',
632-
'textInput' => 'textarea, input:where([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=tel],[type=url])',
632+
'textInput' => 'textarea, input:where([type=email],[type=number],[type=password],[type=search],[type=text],[type=tel],[type=url])',
633633
);
634634

635635
const __EXPERIMENTAL_ELEMENT_CLASS_NAMES = array(

0 commit comments

Comments
 (0)