Skip to content

Commit

Permalink
function name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Oct 18, 2018
1 parent 0857e14 commit 008e354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -998,8 +998,8 @@ function ct_tracks_textures_array() {
return $textures;
}

if ( ! function_exists( 'ct_tracks_background_texture_output' ) ) {
function ct_tracks_background_texture_output( $css ) {
if ( ! function_exists( 'ct_tracks_sanitize_css' ) ) {
function ct_tracks_sanitize_css( $css ) {
$css = wp_kses( $css, array( '\'', '\"' ) );
$css = str_replace( '>', '>', $css );

Expand Down

0 comments on commit 008e354

Please sign in to comment.