Completed
Push — develop ( ecadb5...8032db )
by Aristeides
02:23
created
kirki.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 // Instamtiate the modules.
62 62
 $kirki->modules = new Kirki_Modules();
63 63
 
64
-Kirki::$url  = str_replace( wp_normalize_path( WP_CONTENT_DIR ), WP_CONTENT_URL, Kirki::$path );
64
+Kirki::$url = str_replace( wp_normalize_path( WP_CONTENT_DIR ), WP_CONTENT_URL, Kirki::$path );
65 65
 
66 66
 // Instantiate 2ndary classes.
67 67
 new Kirki_L10n();
Please login to merge, or discard this patch.