From 631040f6bbca7121c631bb1efd7740fa552f6f2b Mon Sep 17 00:00:00 2001
From: Kien T <kienpc81089@gmail.com>
Date: Wed, 8 Jun 2016 16:08:50 +0700
Subject: [PATCH] Function name fix

---
 inc/customizer.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/customizer.php b/inc/customizer.php
index b99c391..b31ee92 100644
--- a/inc/customizer.php
+++ b/inc/customizer.php
@@ -256,7 +256,7 @@ function screenr_customize_register( $wp_customize ) {
     ));
 
 
-    
+
     //----------------------------------
     // Site Title Color
     $wp_customize->add_setting( 'logo_text_color',
@@ -2253,7 +2253,7 @@ function screenr_customize_controls_enqueue_scripts(){
 
 
 /*------------------------------------------------------------------------*/
-/*  OnePress Sanitize Functions.
+/*  Screenr Sanitize Functions.
 /*------------------------------------------------------------------------*/
 
 function screenr_sanitize_file_url( $file_url ) {