Completed
Push — componentlibrary-sass ( f21ad1...dd20cf )
by
unknown
02:12
created
Features/AdminComponentPreview/functions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             add_action('wp_enqueue_scripts', NS . 'enqueueComponentScripts');
57 57
             // adds Component Previews button to admin bar on front-end when logged in
58 58
             add_action('admin_bar_menu', function ($wpAdminBar) {
59
-               $title = __('Component Previews', 'flynt-starter-theme');
59
+                $title = __('Component Previews', 'flynt-starter-theme');
60 60
                 $wpAdminBar->add_node([
61 61
                     'id' => 'toggleComponentPreviews',
62 62
                     'title' => $title,
Please login to merge, or discard this patch.