mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Validation fixes. Props ocean90, peaceablewhale. see #17364
git-svn-id: https://develop.svn.wordpress.org/trunk@18010 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -69,7 +69,7 @@ if ( current_theme_supports( 'post-formats' ) ) :
|
||||
<?php foreach ( $post_formats[0] as $format ): ?>
|
||||
<option<?php selected( get_option('default_post_format'), $format ); ?> value="<?php echo esc_attr( $format ); ?>"><?php echo esc_html( get_post_format_string( $format ) ); ?></option>
|
||||
<?php endforeach; ?>
|
||||
</select></label>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user