diff --git a/README.md b/README.md index 9e9da62..8ec3ad9 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,9 @@ Similar hooks: ### 3.2.2 * added: support for webp images * fixed: user's custom column filter -* udpated: tested to version +* fixed: missing label for post meta select input +* updated: tested to version + ### 3.2.1 * updated: shortcodes library * fixed: dynamic term selector on widgets page diff --git a/includes/meta/class-displayfeaturedimagegenesis-postmeta.php b/includes/meta/class-displayfeaturedimagegenesis-postmeta.php index dbd8043..30b7c98 100644 --- a/includes/meta/class-displayfeaturedimagegenesis-postmeta.php +++ b/includes/meta/class-displayfeaturedimagegenesis-postmeta.php @@ -178,7 +178,7 @@ class Display_Featured_Image_Genesis_Post_Meta { $value = '2048x2048'; } $output = sprintf( - '

%1$s', esc_attr( $args['label'] ), esc_attr( $args['setting'] ) ); diff --git a/readme.txt b/readme.txt index 6a52340..18c599c 100644 --- a/readme.txt +++ b/readme.txt @@ -225,7 +225,8 @@ Similar hooks: = 3.2.2 = * added: support for webp images * fixed: user's custom column filter -* udpated: tested to version +* fixed: missing label for post meta select input +* updated: tested to version = 3.2.1 = * updated: shortcodes library