mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-18 22:13:20 +09:00
Fix post meta select label
This commit is contained in:
@@ -178,7 +178,7 @@ class Display_Featured_Image_Genesis_Post_Meta {
|
||||
$value = '2048x2048';
|
||||
}
|
||||
$output = sprintf(
|
||||
'<p>%1$s<select id="%2$s" name="%2$s">',
|
||||
'<p><label for="%2$s">%1$s</label><select id="%2$s" name="%2$s">',
|
||||
esc_attr( $args['label'] ),
|
||||
esc_attr( $args['setting'] )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user