Skip to content

Commit aab6cf8

Browse files
Simplifying context
Co-authored-by: Aaron Jorbin <aaronjorbin@users.noreply.github.com>
1 parent 04422df commit aab6cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/theme-install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
</div>
606606
</div>
607607
<div class="wp-full-overlay-main">
608-
<iframe src="{{ data.preview_url }}" title="<?php echo esc_attr_x( 'Preview', 'noun, iframe title for the theme preview pane' ); ?>"></iframe>
608+
<iframe src="{{ data.preview_url }}" title="<?php echo esc_attr_x( 'Preview', 'noun' ); ?>"></iframe>
609609
</div>
610610
</script>
611611

0 commit comments

Comments
 (0)