From fc883ff066bffa0fc2f336bc6ddfcf5396a8a7f7 Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Sat, 23 Oct 2021 08:27:27 -0400 Subject: [PATCH] Fix post meta select label --- README.md | 4 +++- includes/meta/class-displayfeaturedimagegenesis-postmeta.php | 2 +- readme.txt | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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