From 56f1f6d5c7dc669f02e435b8a4d5be53e92d4749 Mon Sep 17 00:00:00 2001 From: denisbaranov Date: Wed, 23 Jan 2019 15:54:51 +0200 Subject: [PATCH] Issue "The option to pick 1.6:1 Profile Cover Ratio is missing in the Customize the form sidebar" Link https://secure.helpscout.net/conversation/760464739/27409?folderId=1405025 --- includes/admin/templates/form/profile_customize.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/admin/templates/form/profile_customize.php b/includes/admin/templates/form/profile_customize.php index b809ffcf..2bed0abb 100644 --- a/includes/admin/templates/form/profile_customize.php +++ b/includes/admin/templates/form/profile_customize.php @@ -115,6 +115,7 @@ 'tooltip' => __( 'The shortcode is centered by default unless you specify otherwise here', 'ultimate-member' ), 'value' => UM()->query()->get_meta_value( '_um_profile_cover_ratio', null, UM()->options()->get( 'profile_cover_ratio' ) ), 'options' => array( + '1.6:1' => '1.6:1', '2.7:1' => '2.7:1', '2.2:1' => '2.2:1', '3.2:1' => '3.2:1'