Skip to content

Commit

Permalink
Merge pull request #247 from Olein-jp/patch-1
Browse files Browse the repository at this point in the history
Is is better placeholder URL changing to TT3 ?
  • Loading branch information
madhusudhand authored Feb 24, 2023
2 parents 425aa5c + 311d907 commit d682cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-create-block-theme-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ function create_admin_form_page() {
<label>
<?php _e('Theme URI:', 'create-block-theme'); ?><br />
<small><?php _e('The URL of a public web page where users can find more information about the theme.', 'create-block-theme'); ?></small><br />
<input placeholder="<?php _e('https://github.com/wordpress/twentytwentytwo/', 'create-block-theme'); ?>" type="text" name="theme[uri]" class="large-text code" />
<input placeholder="<?php _e('https://github.com/wordpress/twentytwentythree/', 'create-block-theme'); ?>" type="text" name="theme[uri]" class="large-text code" />
</label>
<br /><br />
<label>
Expand Down

0 comments on commit d682cd0

Please sign in to comment.