From eabcfeaac41913cda737961d441fc5017c60657c Mon Sep 17 00:00:00 2001 From: koenemann Date: Tue, 15 Nov 2016 11:48:38 +0100 Subject: [PATCH] fixing typo --- inc/customizer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/customizer.php b/inc/customizer.php index 4a2ebf7..7d809c0 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -94,7 +94,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) { 'container' => __( 'Fixed width container', 'understrap' ), 'container-fluid' => __( 'Full width container', 'understrap' ), ), - 'priotiry' => '10', + 'priority' => '10', ) ) ); @@ -119,7 +119,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) { 'both' => __( 'Left & Right sidebars', 'understrap' ), 'none' => __( 'No sidebar', 'understrap' ), ), - 'priotiry' => '20', + 'priority' => '20', ) ) );