Skip to content

Commit

Permalink
fix: rename store_banner_width to store_banner_height is fixed #659 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
saimonh3 authored and sabbir1991 committed Aug 23, 2019
1 parent 7b4e73e commit 8bd5402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/settings/store-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
*/
$general_settings = get_option( 'dokan_general', [] );
$banner_width = dokan_get_option( 'store_banner_width', 'dokan_appearance', 625 );
$banner_height = dokan_get_option( 'store_banner_width', 'dokan_appearance', 625 );
$banner_height = dokan_get_option( 'store_banner_height', 'dokan_appearance', 300 );

$help_text = sprintf(
__('Upload a banner for your store. Banner size is (%sx%s) pixels.', 'dokan-lite' ),
Expand Down

0 comments on commit 8bd5402

Please sign in to comment.